Color Hex Logo

#b48163 Color Hex

#B48163
(180,129,99)
0 Favorites   0 Comments

Color spaces of #b48163

RGB 18012999
HSL0.060.350.55
HSV22°45°71°
CMYK 0.000.280.45   0.29
XYZ28.924826.304715.3572
Yxy26.30470.40980.3727
Hunter Lab51.288110.913918.1485
CIE-Lab58.325115.948824.0396

#b48163 color RGB value is (180,129,99).

#b48163 hex color red value is 180, green value is 129 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b48163 hue: 0.06 , saturation: 0.35 and the lightness value of b48163 is 0.55.

The process color (four color CMYK) of #b48163 color hex is 0.00, 0.28, 0.45, 0.29. Web safe color of #b48163 is #cc9966. Color #b48163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 01100011
Octal 264 201 143
Decimal 180 129 99
Hex B4 81 63

RGB Percentages of Color #b48163

%44.12
%31.62
%24.26

CMYK Percentages of Color #b48163

%0
%28
%45
%29

Triadic Colors of #b48163

#b48163 #63b481 #8163b4

Analogous Colors of #b48163

#b48163 #b4aa63 #b4636e

Monochromatic Colors of #b48163

#b48163

Complementary Color

#b48163 #6396b4

#b48163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48163 Color CSS Codes

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

#b48163 Text Font Color

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

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


#b48163 Background Color

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

This div background color is #b48163


#b48163 Border Color

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

This div border color is #b48163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48163


Comments

No comments written yet.

Please login to write comment.