Color Hex Logo

#bb603c Color Hex

#BB603C
(187,96,60)
0 Favorites   0 Comments

Color spaces of #bb603c

RGB 1879660
HSL0.050.510.48
HSV17°68°73°
CMYK 0.000.490.68   0.27
XYZ25.492019.25686.6483
Yxy19.25680.49600.3747
Hunter Lab43.882626.898721.7352
CIE-Lab50.986333.713036.7383

#bb603c color RGB value is (187,96,60).

#bb603c hex color red value is 187, green value is 96 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb603c hue: 0.05 , saturation: 0.51 and the lightness value of bb603c is 0.48.

The process color (four color CMYK) of #bb603c color hex is 0.00, 0.49, 0.68, 0.27. Web safe color of #bb603c is #cc6633. Color #bb603c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 00111100
Octal 273 140 74
Decimal 187 96 60
Hex BB 60 3C

RGB Percentages of Color #bb603c

%54.52
%27.99
%17.49

CMYK Percentages of Color #bb603c

%0
%49
%68
%27

Triadic Colors of #bb603c

#bb603c #3cbb60 #603cbb

Analogous Colors of #bb603c

#bb603c #bba03c #bb3c57

Monochromatic Colors of #bb603c

#bb603c

Complementary Color

#bb603c #3c97bb

#bb603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb603c Color CSS Codes

.mybgcolor {background-color:#bb603c; } 
.myforecolor {color:#bb603c; }
.mybordercolor {border:3px solid #bb603c; }

#bb603c Text Font Color

<p style="color:#bb603c">Text here</p>

This sample text font color is #bb603c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb603c Background Color

<div style="background-color:#bb603c">
Div content here</div>

This div background color is #bb603c


#bb603c Border Color

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

This div border color is #bb603c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,96,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb603c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb603c;
  -webkit-box-shadow: 1px 1px 3px 2px #bb603c;
  box-shadow:         1px 1px 3px 2px #bb603c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,96,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb603c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb603c;
  -webkit-box-shadow: 1px 1px 3px 2px #bb603c;
  box-shadow:         1px 1px 3px 2px #bb603c;">
Div content here</div>

This div box has shadow with color #bb603c


Comments

No comments written yet.

Please login to write comment.