Color Hex Logo

#b09697 Color Hex

#B09697
(176,150,151)
0 Favorites   0 Comments

Color spaces of #b09697

RGB 176150151
HSL0.990.140.64
HSV358°15°69°
CMYK 0.000.150.14   0.31
XYZ34.396833.277233.8884
Yxy33.27720.33870.3277
Hunter Lab57.68645.48345.5500
CIE-Lab64.38479.82563.0566

#b09697 color RGB value is (176,150,151).

#b09697 hex color red value is 176, green value is 150 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b09697 hue: 0.99 , saturation: 0.14 and the lightness value of b09697 is 0.64.

The process color (four color CMYK) of #b09697 color hex is 0.00, 0.15, 0.14, 0.31. Web safe color of #b09697 is #999999. Color #b09697 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 10010111
Octal 260 226 227
Decimal 176 150 151
Hex B0 96 97

RGB Percentages of Color #b09697

%36.90
%31.45
%31.66

CMYK Percentages of Color #b09697

%0
%15
%14
%31

Triadic Colors of #b09697

#b09697 #97b096 #9697b0

Analogous Colors of #b09697

#b09697 #b0a296 #b096a4

Monochromatic Colors of #b09697

#b09697

Complementary Color

#b09697 #96b0af

#b09697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09697 Color CSS Codes

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

#b09697 Text Font Color

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

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


#b09697 Background Color

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

This div background color is #b09697


#b09697 Border Color

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

This div border color is #b09697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09697


Comments

No comments written yet.

Please login to write comment.