Color Hex Logo

#b48867 Color Hex

#B48867
(180,136,103)
0 Favorites   0 Comments

Color spaces of #b48867

RGB 180136103
HSL0.070.340.55
HSV26°43°71°
CMYK 0.000.240.43   0.29
XYZ30.074728.290916.7075
Yxy28.29090.40060.3768
Hunter Lab53.18927.848018.6086
CIE-Lab60.150612.479224.2211

#b48867 color RGB value is (180,136,103).

#b48867 hex color red value is 180, green value is 136 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b48867 hue: 0.07 , saturation: 0.34 and the lightness value of b48867 is 0.55.

The process color (four color CMYK) of #b48867 color hex is 0.00, 0.24, 0.43, 0.29. Web safe color of #b48867 is #cc9966. Color #b48867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001000 01100111
Octal 264 210 147
Decimal 180 136 103
Hex B4 88 67

RGB Percentages of Color #b48867

%42.96
%32.46
%24.58

CMYK Percentages of Color #b48867

%0
%24
%43
%29

Triadic Colors of #b48867

#b48867 #67b488 #8867b4

Analogous Colors of #b48867

#b48867 #b4af67 #b4676d

Monochromatic Colors of #b48867

#b48867

Complementary Color

#b48867 #6793b4

#b48867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48867 Color CSS Codes

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

#b48867 Text Font Color

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

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


#b48867 Background Color

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

This div background color is #b48867


#b48867 Border Color

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

This div border color is #b48867


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,136,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48867


Comments

No comments written yet.

Please login to write comment.