Color Hex Logo

#bb660c Color Hex

#BB660C
(187,102,12)
0 Favorites   0 Comments

Color spaces of #bb660c

RGB 18710212
HSL0.090.880.39
HSV31°94°73°
CMYK 0.000.450.94   0.27
XYZ25.311220.09412.8923
Yxy20.09410.52410.4160
Hunter Lab44.826422.343527.5530
CIE-Lab51.943428.823457.4690

#bb660c color RGB value is (187,102,12).

#bb660c hex color red value is 187, green value is 102 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bb660c hue: 0.09 , saturation: 0.88 and the lightness value of bb660c is 0.39.

The process color (four color CMYK) of #bb660c color hex is 0.00, 0.45, 0.94, 0.27. Web safe color of #bb660c is #cc6600. Color #bb660c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 00001100
Octal 273 146 14
Decimal 187 102 12
Hex BB 66 C

RGB Percentages of Color #bb660c

%62.13
%33.89
%3.99

CMYK Percentages of Color #bb660c

%0
%45
%94
%27

Triadic Colors of #bb660c

#bb660c #0cbb66 #660cbb

Analogous Colors of #bb660c

#bb660c #b9bb0c #bb0f0c

Monochromatic Colors of #bb660c

#bb660c

Complementary Color

#bb660c #0c61bb

#bb660c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb660c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb660c Color CSS Codes

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

#bb660c Text Font Color

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

This sample text font color is #bb660c
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.


#bb660c Background Color

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

This div background color is #bb660c


#bb660c Border Color

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

This div border color is #bb660c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb660c


Comments

No comments written yet.

Please login to write comment.