Color Hex Logo

#b09182 Color Hex

#B09182
(176,145,130)
0 Favorites   0 Comments

Color spaces of #b09182

RGB 176145130
HSL0.050.230.60
HSV20°26°69°
CMYK 0.000.180.26   0.31
XYZ32.059231.092625.4309
Yxy31.09260.36190.3510
Hunter Lab55.76075.045911.9920
CIE-Lab62.58579.318312.3248

#b09182 color RGB value is (176,145,130).

#b09182 hex color red value is 176, green value is 145 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b09182 hue: 0.05 , saturation: 0.23 and the lightness value of b09182 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010001 10000010
Octal 260 221 202
Decimal 176 145 130
Hex B0 91 82

RGB Percentages of Color #b09182

%39.02
%32.15
%28.82

CMYK Percentages of Color #b09182

%0
%18
%26
%31

Triadic Colors of #b09182

#b09182 #82b091 #9182b0

Analogous Colors of #b09182

#b09182 #b0a882 #b0828a

Monochromatic Colors of #b09182

#b09182

Complementary Color

#b09182 #82a1b0

#b09182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09182 Color CSS Codes

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

#b09182 Text Font Color

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

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


#b09182 Background Color

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

This div background color is #b09182


#b09182 Border Color

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

This div border color is #b09182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09182


Comments

No comments written yet.

Please login to write comment.