Color Hex Logo

#b29982 Color Hex

#B29982
(178,153,130)
0 Favorites   0 Comments

Color spaces of #b29982

RGB 178153130
HSL0.080.240.60
HSV29°27°70°
CMYK 0.000.140.27   0.30
XYZ33.780633.859125.8741
Yxy33.85910.36120.3621
Hunter Lab58.18861.795814.3681
CIE-Lab64.85065.677115.5183

#b29982 color RGB value is (178,153,130).

#b29982 hex color red value is 178, green value is 153 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b29982 hue: 0.08 , saturation: 0.24 and the lightness value of b29982 is 0.60.

The process color (four color CMYK) of #b29982 color hex is 0.00, 0.14, 0.27, 0.30. Web safe color of #b29982 is #999999. Color #b29982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 10000010
Octal 262 231 202
Decimal 178 153 130
Hex B2 99 82

RGB Percentages of Color #b29982

%38.61
%33.19
%28.20

CMYK Percentages of Color #b29982

%0
%14
%27
%30

Triadic Colors of #b29982

#b29982 #82b299 #9982b2

Analogous Colors of #b29982

#b29982 #b2b182 #b28283

Monochromatic Colors of #b29982

#b29982

Complementary Color

#b29982 #829bb2

#b29982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29982 Color CSS Codes

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

#b29982 Text Font Color

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

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


#b29982 Background Color

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

This div background color is #b29982


#b29982 Border Color

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

This div border color is #b29982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29982


Comments

No comments written yet.

Please login to write comment.