Color Hex Logo

#b38970 Color Hex

#B38970
(179,137,112)
0 Favorites   0 Comments

Color spaces of #b38970

RGB 179137112
HSL0.060.310.57
HSV22°37°70°
CMYK 0.000.230.37   0.30
XYZ30.460728.644919.2528
Yxy28.64490.38870.3656
Hunter Lab53.52097.929216.1366
CIE-Lab60.466912.567319.5840

#b38970 color RGB value is (179,137,112).

#b38970 hex color red value is 179, green value is 137 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b38970 hue: 0.06 , saturation: 0.31 and the lightness value of b38970 is 0.57.

The process color (four color CMYK) of #b38970 color hex is 0.00, 0.23, 0.37, 0.30. Web safe color of #b38970 is #cc9966. Color #b38970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 01110000
Octal 263 211 160
Decimal 179 137 112
Hex B3 89 70

RGB Percentages of Color #b38970

%41.82
%32.01
%26.17

CMYK Percentages of Color #b38970

%0
%23
%37
%30

Triadic Colors of #b38970

#b38970 #70b389 #8970b3

Analogous Colors of #b38970

#b38970 #b3ab70 #b37079

Monochromatic Colors of #b38970

#b38970

Complementary Color

#b38970 #709ab3

#b38970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38970 Color CSS Codes

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

#b38970 Text Font Color

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

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


#b38970 Background Color

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

This div background color is #b38970


#b38970 Border Color

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

This div border color is #b38970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,137,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38970;
  -webkit-box-shadow: 1px 1px 3px 2px #b38970;
  box-shadow:         1px 1px 3px 2px #b38970; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,137,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38970


Comments

No comments written yet.

Please login to write comment.