Color Hex Logo

#b48277 Color Hex

#B48277
(180,130,119)
0 Favorites   0 Comments

Color spaces of #b48277

RGB 180130119
HSL0.030.290.59
HSV11°34°71°
CMYK 0.000.280.34   0.29
XYZ30.134827.000521.0761
Yxy27.00050.38530.3452
Hunter Lab51.962012.585612.3250
CIE-Lab58.974817.774413.5740

#b48277 color RGB value is (180,130,119).

#b48277 hex color red value is 180, green value is 130 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b48277 hue: 0.03 , saturation: 0.29 and the lightness value of b48277 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 01110111
Octal 264 202 167
Decimal 180 130 119
Hex B4 82 77

RGB Percentages of Color #b48277

%41.96
%30.30
%27.74

CMYK Percentages of Color #b48277

%0
%28
%34
%29

Triadic Colors of #b48277

#b48277 #77b482 #8277b4

Analogous Colors of #b48277

#b48277 #b4a177 #b4778b

Monochromatic Colors of #b48277

#b48277

Complementary Color

#b48277 #77a9b4

#b48277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48277 Color CSS Codes

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

#b48277 Text Font Color

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

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


#b48277 Background Color

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

This div background color is #b48277


#b48277 Border Color

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

This div border color is #b48277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48277


Comments

No comments written yet.

Please login to write comment.