Color Hex Logo

#b48470 Color Hex

#B48470
(180,132,112)
0 Favorites   0 Comments

Color spaces of #b48470

RGB 180132112
HSL0.050.310.57
HSV18°38°71°
CMYK 0.000.270.38   0.29
XYZ29.998327.375719.0322
Yxy27.37570.39260.3583
Hunter Lab52.321810.778515.0583
CIE-Lab59.320515.768818.0377

#b48470 color RGB value is (180,132,112).

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

The process color (four color CMYK) of #b48470 color hex is 0.00, 0.27, 0.38, 0.29. Web safe color of #b48470 is #cc9966. Color #b48470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 01110000
Octal 264 204 160
Decimal 180 132 112
Hex B4 84 70

RGB Percentages of Color #b48470

%42.45
%31.13
%26.42

CMYK Percentages of Color #b48470

%0
%27
%38
%29

Triadic Colors of #b48470

#b48470 #70b484 #8470b4

Analogous Colors of #b48470

#b48470 #b4a670 #b4707e

Monochromatic Colors of #b48470

#b48470

Complementary Color

#b48470 #70a0b4

#b48470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48470 Color CSS Codes

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

#b48470 Text Font Color

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

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


#b48470 Background Color

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

This div background color is #b48470


#b48470 Border Color

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

This div border color is #b48470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48470


Comments

No comments written yet.

Please login to write comment.