Color Hex Logo

#bb975f Color Hex

#BB975F
(187,151,95)
0 Favorites   0 Comments

Color spaces of #bb975f

RGB 18715195
HSL0.100.400.55
HSV37°49°73°
CMYK 0.000.190.49   0.27
XYZ33.625733.524215.5250
Yxy33.52420.40670.4055
Hunter Lab57.90012.339424.6324
CIE-Lab64.58316.287734.4515

#bb975f color RGB value is (187,151,95).

#bb975f hex color red value is 187, green value is 151 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb975f hue: 0.10 , saturation: 0.40 and the lightness value of bb975f is 0.55.

The process color (four color CMYK) of #bb975f color hex is 0.00, 0.19, 0.49, 0.27. Web safe color of #bb975f is #cc9966. Color #bb975f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 01011111
Octal 273 227 137
Decimal 187 151 95
Hex BB 97 5F

RGB Percentages of Color #bb975f

%43.19
%34.87
%21.94

CMYK Percentages of Color #bb975f

%0
%19
%49
%27

Triadic Colors of #bb975f

#bb975f #5fbb97 #975fbb

Analogous Colors of #bb975f

#bb975f #b1bb5f #bb695f

Monochromatic Colors of #bb975f

#bb975f

Complementary Color

#bb975f #5f83bb

#bb975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb975f Color CSS Codes

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

#bb975f Text Font Color

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

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


#bb975f Background Color

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

This div background color is #bb975f


#bb975f Border Color

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

This div border color is #bb975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb975f


Comments

No comments written yet.

Please login to write comment.