Color Hex Logo

#b79182 Color Hex

#B79182
(183,145,130)
0 Favorites   0 Comments

Color spaces of #b79182

RGB 183145130
HSL0.050.270.61
HSV17°29°72°
CMYK 0.000.210.29   0.28
XYZ33.683131.929825.5069
Yxy31.92980.36970.3504
Hunter Lab56.50657.516312.7911
CIE-Lab63.284812.085013.4076

#b79182 color RGB value is (183,145,130).

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

The process color (four color CMYK) of #b79182 color hex is 0.00, 0.21, 0.29, 0.28. Web safe color of #b79182 is #cc9999. Color #b79182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010001 10000010
Octal 267 221 202
Decimal 183 145 130
Hex B7 91 82

RGB Percentages of Color #b79182

%39.96
%31.66
%28.38

CMYK Percentages of Color #b79182

%0
%21
%29
%28

Triadic Colors of #b79182

#b79182 #82b791 #9182b7

Analogous Colors of #b79182

#b79182 #b7ac82 #b7828e

Monochromatic Colors of #b79182

#b79182

Complementary Color

#b79182 #82a8b7

#b79182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79182 Color CSS Codes

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

#b79182 Text Font Color

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

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


#b79182 Background Color

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

This div background color is #b79182


#b79182 Border Color

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

This div border color is #b79182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79182


Comments

No comments written yet.

Please login to write comment.