Color Hex Logo

#b08992 Color Hex

#B08992
(176,137,146)
0 Favorites   0 Comments

Color spaces of #b08992

RGB 176137146
HSL0.960.200.61
HSV346°22°69°
CMYK 0.000.220.17   0.31
XYZ32.038529.196731.1411
Yxy29.19670.34680.3161
Hunter Lab54.034011.27903.6535
CIE-Lab60.954816.27300.9093

#b08992 color RGB value is (176,137,146).

#b08992 hex color red value is 176, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b08992 hue: 0.96 , saturation: 0.20 and the lightness value of b08992 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 10010010
Octal 260 211 222
Decimal 176 137 146
Hex B0 89 92

RGB Percentages of Color #b08992

%38.34
%29.85
%31.81

CMYK Percentages of Color #b08992

%0
%22
%17
%31

Triadic Colors of #b08992

#b08992 #92b089 #8992b0

Analogous Colors of #b08992

#b08992 #b09489 #b089a6

Monochromatic Colors of #b08992

#b08992

Complementary Color

#b08992 #89b0a7

#b08992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08992 Color CSS Codes

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

#b08992 Text Font Color

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

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


#b08992 Background Color

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

This div background color is #b08992


#b08992 Border Color

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

This div border color is #b08992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08992


Comments

No comments written yet.

Please login to write comment.