Color Hex Logo

#b29871 Color Hex

#B29871
(178,152,113)
0 Favorites   0 Comments

Color spaces of #b29871

RGB 178152113
HSL0.100.300.57
HSV36°37°70°
CMYK 0.000.150.37   0.30
XYZ32.569033.113720.2978
Yxy33.11370.37880.3851
Hunter Lab57.54450.324419.3677
CIE-Lab64.25293.967524.1161

#b29871 color RGB value is (178,152,113).

#b29871 hex color red value is 178, green value is 152 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b29871 hue: 0.10 , saturation: 0.30 and the lightness value of b29871 is 0.57.

The process color (four color CMYK) of #b29871 color hex is 0.00, 0.15, 0.37, 0.30. Web safe color of #b29871 is #999966. Color #b29871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 01110001
Octal 262 230 161
Decimal 178 152 113
Hex B2 98 71

RGB Percentages of Color #b29871

%40.18
%34.31
%25.51

CMYK Percentages of Color #b29871

%0
%15
%37
%30

Triadic Colors of #b29871

#b29871 #71b298 #9871b2

Analogous Colors of #b29871

#b29871 #acb271 #b27871

Monochromatic Colors of #b29871

#b29871

Complementary Color

#b29871 #718bb2

#b29871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29871 Color CSS Codes

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

#b29871 Text Font Color

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

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


#b29871 Background Color

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

This div background color is #b29871


#b29871 Border Color

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

This div border color is #b29871


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,152,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29871


Comments

No comments written yet.

Please login to write comment.