Color Hex Logo

#bb940f Color Hex

#BB940F
(187,148,15)
0 Favorites   0 Comments

Color spaces of #bb940f

RGB 18714815
HSL0.130.850.40
HSV46°92°73°
CMYK 0.000.210.92   0.27
XYZ31.169631.77914.9431
Yxy31.77910.45910.4681
Hunter Lab56.37300.043134.2622
CIE-Lab63.15993.593965.1355

#bb940f color RGB value is (187,148,15).

#bb940f hex color red value is 187, green value is 148 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb940f hue: 0.13 , saturation: 0.85 and the lightness value of bb940f is 0.40.

The process color (four color CMYK) of #bb940f color hex is 0.00, 0.21, 0.92, 0.27. Web safe color of #bb940f is #cc9900. Color #bb940f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 00001111
Octal 273 224 17
Decimal 187 148 15
Hex BB 94 F

RGB Percentages of Color #bb940f

%53.43
%42.29
%4.29

CMYK Percentages of Color #bb940f

%0
%21
%92
%27

Triadic Colors of #bb940f

#bb940f #0fbb94 #940fbb

Analogous Colors of #bb940f

#bb940f #8cbb0f #bb3e0f

Monochromatic Colors of #bb940f

#bb940f

Complementary Color

#bb940f #0f36bb

#bb940f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb940f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb940f Color CSS Codes

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

#bb940f Text Font Color

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

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


#bb940f Background Color

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

This div background color is #bb940f


#bb940f Border Color

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

This div border color is #bb940f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb940f


Comments

No comments written yet.

Please login to write comment.