Color Hex Logo

#b38272 Color Hex

#B38272
(179,130,114)
0 Favorites   0 Comments

Color spaces of #b38272

RGB 179130114
HSL0.040.300.57
HSV15°36°70°
CMYK 0.000.270.36   0.30
XYZ29.610326.763919.5249
Yxy26.76390.39010.3526
Hunter Lab51.733811.631813.8370
CIE-Lab58.755216.731516.1062

#b38272 color RGB value is (179,130,114).

#b38272 hex color red value is 179, green value is 130 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b38272 hue: 0.04 , saturation: 0.30 and the lightness value of b38272 is 0.57.

The process color (four color CMYK) of #b38272 color hex is 0.00, 0.27, 0.36, 0.30. Web safe color of #b38272 is #cc9966. Color #b38272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 01110010
Octal 263 202 162
Decimal 179 130 114
Hex B3 82 72

RGB Percentages of Color #b38272

%42.32
%30.73
%26.95

CMYK Percentages of Color #b38272

%0
%27
%36
%30

Triadic Colors of #b38272

#b38272 #72b382 #8272b3

Analogous Colors of #b38272

#b38272 #b3a372 #b37283

Monochromatic Colors of #b38272

#b38272

Complementary Color

#b38272 #72a3b3

#b38272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38272 Color CSS Codes

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

#b38272 Text Font Color

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

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


#b38272 Background Color

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

This div background color is #b38272


#b38272 Border Color

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

This div border color is #b38272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38272


Comments

No comments written yet.

Please login to write comment.