Color Hex Logo

#bb960d Color Hex

#BB960D
(187,150,13)
0 Favorites   0 Comments

Color spaces of #bb960d

RGB 18715013
HSL0.130.870.39
HSV47°93°73°
CMYK 0.000.200.93   0.27
XYZ31.472532.40654.9771
Yxy32.40650.45710.4706
Hunter Lab56.9267-0.936234.6650
CIE-Lab63.67742.476365.8646

#bb960d color RGB value is (187,150,13).

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

The process color (four color CMYK) of #bb960d color hex is 0.00, 0.20, 0.93, 0.27. Web safe color of #bb960d is #cc9900. Color #bb960d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 00001101
Octal 273 226 15
Decimal 187 150 13
Hex BB 96 D

RGB Percentages of Color #bb960d

%53.43
%42.86
%3.71

CMYK Percentages of Color #bb960d

%0
%20
%93
%27

Triadic Colors of #bb960d

#bb960d #0dbb96 #960dbb

Analogous Colors of #bb960d

#bb960d #89bb0d #bb3f0d

Monochromatic Colors of #bb960d

#bb960d

Complementary Color

#bb960d #0d32bb

#bb960d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb960d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb960d Color CSS Codes

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

#bb960d Text Font Color

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

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


#bb960d Background Color

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

This div background color is #bb960d


#bb960d Border Color

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

This div border color is #bb960d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,150,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 #bb960d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb960d


Comments

No comments written yet.

Please login to write comment.