Color Hex Logo

#b48161 Color Hex

#B48161
(180,129,97)
0 Favorites   0 Comments

Color spaces of #b48161

RGB 18012997
HSL0.060.360.54
HSV23°46°71°
CMYK 0.000.280.46   0.29
XYZ28.830326.266914.8598
Yxy26.26690.41210.3755
Hunter Lab51.251210.721718.6853
CIE-Lab58.289515.735725.1145

#b48161 color RGB value is (180,129,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 01100001
Octal 264 201 141
Decimal 180 129 97
Hex B4 81 61

RGB Percentages of Color #b48161

%44.33
%31.77
%23.89

CMYK Percentages of Color #b48161

%0
%28
%46
%29

Triadic Colors of #b48161

#b48161 #61b481 #8161b4

Analogous Colors of #b48161

#b48161 #b4ab61 #b4616b

Monochromatic Colors of #b48161

#b48161

Complementary Color

#b48161 #6194b4

#b48161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48161 Color CSS Codes

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

#b48161 Text Font Color

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

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


#b48161 Background Color

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

This div background color is #b48161


#b48161 Border Color

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

This div border color is #b48161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48161


Comments

No comments written yet.

Please login to write comment.