Color Hex Logo

#bb972a Color Hex

#BB972A
(187,151,42)
0 Favorites   0 Comments

Color spaces of #bb972a

RGB 18715142
HSL0.130.630.45
HSV45°78°73°
CMYK 0.000.190.78   0.27
XYZ31.978032.86526.8487
Yxy32.86520.44600.4584
Hunter Lab57.3282-0.755933.0467
CIE-Lab64.05162.705758.4812

#bb972a color RGB value is (187,151,42).

#bb972a hex color red value is 187, green value is 151 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb972a hue: 0.13 , saturation: 0.63 and the lightness value of bb972a is 0.45.

The process color (four color CMYK) of #bb972a color hex is 0.00, 0.19, 0.78, 0.27. Web safe color of #bb972a is #cc9933. Color #bb972a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 00101010
Octal 273 227 52
Decimal 187 151 42
Hex BB 97 2A

RGB Percentages of Color #bb972a

%49.21
%39.74
%11.05

CMYK Percentages of Color #bb972a

%0
%19
%78
%27

Triadic Colors of #bb972a

#bb972a #2abb97 #972abb

Analogous Colors of #bb972a

#bb972a #97bb2a #bb4f2a

Monochromatic Colors of #bb972a

#bb972a

Complementary Color

#bb972a #2a4ebb

#bb972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb972a Color CSS Codes

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

#bb972a Text Font Color

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

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


#bb972a Background Color

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

This div background color is #bb972a


#bb972a Border Color

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

This div border color is #bb972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb972a


Comments

No comments written yet.

Please login to write comment.