COLOR #BB602B

HEX: #BB602B
RGB: (187,96,43)

Color info

#BB602B contains mainly red color. Web safe color of #BB602B is #CC6633 (or #C63).

RGB color model

#BB602B color RGB value is (187,96,43).

  • red value is 187;
  • green value is 96;
  • blue value is 43.
RGB:
(187,96,43)
(73%,38%,17%)

RGB channels and saturation

R 187 of 255 = 73%
G 96 of 255 = 38%
B 43 of 255 = 17%

187
96
43

R + G + B ~ 43%. #BB602B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 96 + 43 = 326 (100%)
R 187 of 326 ~ 57.36%
G 96 of 326 ~ 29.45%
B 43 of 326 ~ 13.19%

%57.36
%29.45
%13.19

CMYK color model

#BB602B color CMYK value is (0,49,77,27).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 77.01%
  • key color value is 26.67%
CMYK:
(0,49,77,27)
C0M49Y77K27 
(0%,49%,77%,27%)
(0.00/0.49/0.77/0.27)	

CMYK percentages

%0
%48.66
%77.01
%26.67

Codes

Color #BB602B in popluar color models

BB602B
RGB1879643
HSL22°62.61%45.10%
HSB/HSV22°77.01%73.33%
CMYK0.00%48.66%77.01%
26.67%

Color #BB602B in popluar number systems.

HEXBB602B
Decimal1879643
Binary101110111100000101011
Octal27314053

Shades and tints

Shades of #BB602B

#BB602B
(187,96,43)
#AA5828
(170,88,40)
#995025
(153,80,37)
#884822
(136,72,34)
#77401F
(119,64,31)
#66381C
(102,56,28)
#553019
(85,48,25)
#442816
(68,40,22)
#332013
(51,32,19)
#221810
(34,24,16)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #BB602B

#BB602B
(187,96,43)
#C16E3E
(193,110,62)
#C77C51
(199,124,81)
#CD8A64
(205,138,100)
#D39877
(211,152,119)
#D9A68A
(217,166,138)
#DFB49D
(223,180,157)
#E5C2B0
(229,194,176)
#EBD0C3
(235,208,195)
#F1DED6
(241,222,214)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB602B color. Also use rgb(187,96,43) instead hex code.

Text Font Color

.myTextColor { color: #BB602B; }

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

This text font color is #BB602B.


Background Color

.myBgColor { background-color: #BB602B; }

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

This div background color is #BB602B.


Border color

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

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

This div border color is #BB602B.


Opacity

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

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

Text with #BB602B 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 #BB602B;}

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

This text has shadow with #BB602B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB602B on black background.


Color preview on white background

This text has color #BB602B on white background.



Black color preview on #BB602B background

This text has black color on #BB602B background.


White color preview on #BB602B background

This text has white color on #BB602B background.