Color Hex Logo

#b08396 Color Hex

#B08396
(176,131,150)
0 Favorites   0 Comments

Color spaces of #b08396

RGB 176131150
HSL0.930.220.60
HSV335°26°69°
CMYK 0.000.260.15   0.31
XYZ31.525827.664732.5324
Yxy27.66470.34370.3016
Hunter Lab52.597214.94440.1461
CIE-Lab59.584620.3131-3.3870

#b08396 color RGB value is (176,131,150).

#b08396 hex color red value is 176, green value is 131 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b08396 hue: 0.93 , saturation: 0.22 and the lightness value of b08396 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 10010110
Octal 260 203 226
Decimal 176 131 150
Hex B0 83 96

RGB Percentages of Color #b08396

%38.51
%28.67
%32.82

CMYK Percentages of Color #b08396

%0
%26
%15
%31

Triadic Colors of #b08396

#b08396 #96b083 #8396b0

Analogous Colors of #b08396

#b08396 #b08783 #b083ad

Monochromatic Colors of #b08396

#b08396

Complementary Color

#b08396 #83b09d

#b08396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08396 Color CSS Codes

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

#b08396 Text Font Color

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

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


#b08396 Background Color

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

This div background color is #b08396


#b08396 Border Color

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

This div border color is #b08396


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,131,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 #b08396">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08396


Comments

No comments written yet.

Please login to write comment.