Color Hex Logo

#bb660d Color Hex

#BB660D
(187,102,13)
0 Favorites   0 Comments

Color spaces of #bb660d

RGB 18710213
HSL0.090.870.39
HSV31°93°73°
CMYK 0.000.450.93   0.27
XYZ25.317520.09662.9254
Yxy20.09660.52370.4157
Hunter Lab44.829222.357527.5114
CIE-Lab51.946328.837957.2471

#bb660d color RGB value is (187,102,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 00001101
Octal 273 146 15
Decimal 187 102 13
Hex BB 66 D

RGB Percentages of Color #bb660d

%61.92
%33.77
%4.30

CMYK Percentages of Color #bb660d

%0
%45
%93
%27

Triadic Colors of #bb660d

#bb660d #0dbb66 #660dbb

Analogous Colors of #bb660d

#bb660d #b9bb0d #bb0f0d

Monochromatic Colors of #bb660d

#bb660d

Complementary Color

#bb660d #0d62bb

#bb660d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb660d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb660d Color CSS Codes

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

#bb660d Text Font Color

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

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


#bb660d Background Color

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

This div background color is #bb660d


#bb660d Border Color

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

This div border color is #bb660d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb660d


Comments

No comments written yet.

Please login to write comment.