Color Hex Logo

#b48175 Color Hex

#B48175
(180,129,117)
0 Favorites   0 Comments

Color spaces of #b48175

RGB 180129117
HSL0.030.300.58
HSV11°35°71°
CMYK 0.000.280.35   0.29
XYZ29.883526.688220.4059
Yxy26.68820.38820.3467
Hunter Lab51.660612.848712.7429
CIE-Lab58.684618.074814.3132

#b48175 color RGB value is (180,129,117).

#b48175 hex color red value is 180, green value is 129 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b48175 hue: 0.03 , saturation: 0.30 and the lightness value of b48175 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 01110101
Octal 264 201 165
Decimal 180 129 117
Hex B4 81 75

RGB Percentages of Color #b48175

%42.25
%30.28
%27.46

CMYK Percentages of Color #b48175

%0
%28
%35
%29

Triadic Colors of #b48175

#b48175 #75b481 #8175b4

Analogous Colors of #b48175

#b48175 #b4a175 #b47589

Monochromatic Colors of #b48175

#b48175

Complementary Color

#b48175 #75a8b4

#b48175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48175 Color CSS Codes

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

#b48175 Text Font Color

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

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


#b48175 Background Color

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

This div background color is #b48175


#b48175 Border Color

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

This div border color is #b48175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48175


Comments

No comments written yet.

Please login to write comment.