Color Hex Logo

#b49151 Color Hex

#B49151
(180,145,81)
0 Favorites   0 Comments

Color spaces of #b49151

RGB 18014581
HSL0.110.400.51
HSV39°55°71°
CMYK 0.000.190.55   0.29
XYZ30.433030.548212.0770
Yxy30.54820.41660.4181
Hunter Lab55.27041.562425.7340
CIE-Lab62.12445.319538.6032

#b49151 color RGB value is (180,145,81).

#b49151 hex color red value is 180, green value is 145 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b49151 hue: 0.11 , saturation: 0.40 and the lightness value of b49151 is 0.51.

The process color (four color CMYK) of #b49151 color hex is 0.00, 0.19, 0.55, 0.29. Web safe color of #b49151 is #cc9966. Color #b49151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 01010001
Octal 264 221 121
Decimal 180 145 81
Hex B4 91 51

RGB Percentages of Color #b49151

%44.33
%35.71
%19.95

CMYK Percentages of Color #b49151

%0
%19
%55
%29

Triadic Colors of #b49151

#b49151 #51b491 #9151b4

Analogous Colors of #b49151

#b49151 #a6b451 #b46051

Monochromatic Colors of #b49151

#b49151

Complementary Color

#b49151 #5174b4

#b49151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49151 Color CSS Codes

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

#b49151 Text Font Color

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

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


#b49151 Background Color

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

This div background color is #b49151


#b49151 Border Color

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

This div border color is #b49151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49151


Comments

No comments written yet.

Please login to write comment.