Color Hex Logo

#b09296 Color Hex

#B09296
(176,146,150)
0 Favorites   0 Comments

Color spaces of #b09296

RGB 176146150
HSL0.980.160.63
HSV352°17°69°
CMYK 0.000.170.15   0.31
XYZ33.688431.989933.2533
Yxy31.98990.34050.3234
Hunter Lab56.55967.34004.7331
CIE-Lab63.334511.88932.0980

#b09296 color RGB value is (176,146,150).

#b09296 hex color red value is 176, green value is 146 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b09296 hue: 0.98 , saturation: 0.16 and the lightness value of b09296 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 10010110
Octal 260 222 226
Decimal 176 146 150
Hex B0 92 96

RGB Percentages of Color #b09296

%37.29
%30.93
%31.78

CMYK Percentages of Color #b09296

%0
%17
%15
%31

Triadic Colors of #b09296

#b09296 #96b092 #9296b0

Analogous Colors of #b09296

#b09296 #b09d92 #b092a5

Monochromatic Colors of #b09296

#b09296

Complementary Color

#b09296 #92b0ac

#b09296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09296 Color CSS Codes

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

#b09296 Text Font Color

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

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


#b09296 Background Color

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

This div background color is #b09296


#b09296 Border Color

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

This div border color is #b09296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09296


Comments

No comments written yet.

Please login to write comment.