Color Hex Logo

#bb961c Color Hex

#BB961C
(187,150,28)
0 Favorites   0 Comments

Color spaces of #bb961c

RGB 18715028
HSL0.130.740.42
HSV46°85°73°
CMYK 0.000.200.85   0.27
XYZ31.609532.46135.6983
Yxy32.46130.45310.4653
Hunter Lab56.9748-0.674533.9525
CIE-Lab63.72232.784162.6425

#bb961c color RGB value is (187,150,28).

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

The process color (four color CMYK) of #bb961c color hex is 0.00, 0.20, 0.85, 0.27. Web safe color of #bb961c is #cc9933. Color #bb961c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 00011100
Octal 273 226 34
Decimal 187 150 28
Hex BB 96 1C

RGB Percentages of Color #bb961c

%51.23
%41.10
%7.67

CMYK Percentages of Color #bb961c

%0
%20
%85
%27

Triadic Colors of #bb961c

#bb961c #1cbb96 #961cbb

Analogous Colors of #bb961c

#bb961c #91bb1c #bb471c

Monochromatic Colors of #bb961c

#bb961c

Complementary Color

#bb961c #1c41bb

#bb961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb961c Color CSS Codes

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

#bb961c Text Font Color

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

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


#bb961c Background Color

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

This div background color is #bb961c


#bb961c Border Color

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

This div border color is #bb961c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb961c


Comments

No comments written yet.

Please login to write comment.