Color Hex Logo

#bb940d Color Hex

#BB940D
(187,148,13)
0 Favorites   0 Comments

Color spaces of #bb940d

RGB 18714813
HSL0.130.870.39
HSV47°93°73°
CMYK 0.000.210.93   0.27
XYZ31.156131.77374.8716
Yxy31.77370.45950.4686
Hunter Lab56.36820.017134.3336
CIE-Lab63.15543.563465.4734

#bb940d color RGB value is (187,148,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 00001101
Octal 273 224 15
Decimal 187 148 13
Hex BB 94 D

RGB Percentages of Color #bb940d

%53.74
%42.53
%3.74

CMYK Percentages of Color #bb940d

%0
%21
%93
%27

Triadic Colors of #bb940d

#bb940d #0dbb94 #940dbb

Analogous Colors of #bb940d

#bb940d #8bbb0d #bb3d0d

Monochromatic Colors of #bb940d

#bb940d

Complementary Color

#bb940d #0d34bb

#bb940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb940d Color CSS Codes

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

#bb940d Text Font Color

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

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


#bb940d Background Color

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

This div background color is #bb940d


#bb940d Border Color

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

This div border color is #bb940d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb940d


Comments

No comments written yet.

Please login to write comment.