COLOR #BB4F05

HEX: #BB4F05
RGB: (187,79,5)

Color info

#BB4F05 contains mainly red color. Web safe color of #BB4F05 is #CC6600 (or #C60).

RGB color model

#BB4F05 color RGB value is (187,79,5).

  • red value is 187;
  • green value is 79;
  • blue value is 5.
RGB:
(187,79,5)
(73%,31%,2%)

RGB channels and saturation

R 187 of 255 = 73%
G 79 of 255 = 31%
B 5 of 255 = 2%

187
79
5

R + G + B ~ 35%. #BB4F05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 79 + 5 = 271 (100%)
R 187 of 271 ~ 69%
G 79 of 271 ~ 29.15%
B 5 of 271 ~ 1.85%

%69
%29.15

CMYK color model

#BB4F05 color CMYK value is (0,58,97,27).

  • cyan value is 0.00%
  • magenta value is 57.75%
  • yellow value is 97.33%
  • key color value is 26.67%
CMYK:
(0,58,97,27)
C0M58Y97K27 
(0%,58%,97%,27%)
(0.00/0.58/0.97/0.27)	

CMYK percentages

%0
%57.75
%97.33
%26.67

Codes

Color #BB4F05 in popluar color models

BB4F05
RGB187795
HSL24°94.79%37.65%
HSB/HSV24°97.33%73.33%
CMYK0.00%57.75%97.33%
26.67%

Color #BB4F05 in popluar number systems.

HEXBB4F05
Decimal187795
Binary101110111001111101
Octal2731175

Shades and tints

Shades of #BB4F05

#BB4F05
(187,79,5)
#AA4805
(170,72,5)
#994105
(153,65,5)
#883A05
(136,58,5)
#773305
(119,51,5)
#662C05
(102,44,5)
#552505
(85,37,5)
#441E05
(68,30,5)
#331705
(51,23,5)
#221005
(34,16,5)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #BB4F05

#BB4F05
(187,79,5)
#C15F1B
(193,95,27)
#C76F31
(199,111,49)
#CD7F47
(205,127,71)
#D38F5D
(211,143,93)
#D99F73
(217,159,115)
#DFAF89
(223,175,137)
#E5BF9F
(229,191,159)
#EBCFB5
(235,207,181)
#F1DFCB
(241,223,203)
#F7EFE1
(247,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4F05 color. Also use rgb(187,79,5) instead hex code.

Text Font Color

.myTextColor { color: #BB4F05; }

<p style="color:#BB4F05">This sample text font color is #BB4F05.</p>

This text font color is #BB4F05.


Background Color

.myBgColor { background-color: #BB4F05; }

<div style="background-color:#BB4F05">Inner text</div>

This div background color is #BB4F05.


Border color

.myBorderColor { border: 1px solid #BB4F05; }

<div style="border:3px solid #BB4F05">Div</div>

This div border color is #BB4F05.


Opacity

.myOpacity80 { color: #BB4F05; opacity: 0.8; }

<p style="color:#BB4F05;opacity:0.8;">80%</p>

Text with #BB4F05 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB4F05;}

<p style="text-shadow: 3px 3px 1px #BB4F05">Text here.</p>

This text has shadow with #BB4F05 color.

.textShadow {text-shadow: 3px 3px 1px #BB4F05, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB4F05, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB4F05 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB4F05, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB4F05, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB4F05 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB4F05;
  -webkit-box-shadow:	1px 1px 3px 2px #BB4F05;
  box-shadow:		1px 1px 3px 2px #BB4F05;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB4F05;
-webkit-box-shadow: 1px 1px 3px 2px #BB4F05;
box-shadow:1px 1px 3px 2px #BB4F05;">
Div content here</div>
This div box has shadow with color #BB4F05.

Preview

Color preview on black background

This text has color #BB4F05 on black background.


Color preview on white background

This text has color #BB4F05 on white background.



Black color preview on #BB4F05 background

This text has black color on #BB4F05 background.


White color preview on #BB4F05 background

This text has white color on #BB4F05 background.