Color Hex Logo

#bb975e Color Hex

#BB975E
(187,151,94)
0 Favorites   0 Comments

Color spaces of #bb975e

RGB 18715194
HSL0.100.410.55
HSV37°50°73°
CMYK 0.000.190.50   0.27
XYZ33.580533.506215.2871
Yxy33.50620.40770.4068
Hunter Lab57.88452.255124.8609
CIE-Lab64.56876.191434.9630

#bb975e color RGB value is (187,151,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010111 01011110
Octal 273 227 136
Decimal 187 151 94
Hex BB 97 5E

RGB Percentages of Color #bb975e

%43.29
%34.95
%21.76

CMYK Percentages of Color #bb975e

%0
%19
%50
%27

Triadic Colors of #bb975e

#bb975e #5ebb97 #975ebb

Analogous Colors of #bb975e

#bb975e #b1bb5e #bb695e

Monochromatic Colors of #bb975e

#bb975e

Complementary Color

#bb975e #5e82bb

#bb975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb975e Color CSS Codes

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

#bb975e Text Font Color

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

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


#bb975e Background Color

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

This div background color is #bb975e


#bb975e Border Color

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

This div border color is #bb975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb975e

#bb975e Color Palettes


Comments

No comments written yet.

Please login to write comment.