Color Hex Logo

#b49490 Color Hex

#B49490
(180,148,144)
0 Favorites   0 Comments

Color spaces of #b49490

RGB 180148144
HSL0.020.190.64
HSV20°71°
CMYK 0.000.180.20   0.29
XYZ34.446332.896730.9197
Yxy32.89670.35060.3348
Hunter Lab57.35566.83018.1865
CIE-Lab64.077211.32216.6057

#b49490 color RGB value is (180,148,144).

#b49490 hex color red value is 180, green value is 148 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b49490 hue: 0.02 , saturation: 0.19 and the lightness value of b49490 is 0.64.

The process color (four color CMYK) of #b49490 color hex is 0.00, 0.18, 0.20, 0.29. Web safe color of #b49490 is #cc9999. Color #b49490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 10010000
Octal 264 224 220
Decimal 180 148 144
Hex B4 94 90

RGB Percentages of Color #b49490

%38.14
%31.36
%30.51

CMYK Percentages of Color #b49490

%0
%18
%20
%29

Triadic Colors of #b49490

#b49490 #90b494 #9490b4

Analogous Colors of #b49490

#b49490 #b4a690 #b4909e

Monochromatic Colors of #b49490

#b49490

Complementary Color

#b49490 #90b0b4

#b49490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49490 Color CSS Codes

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

#b49490 Text Font Color

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

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


#b49490 Background Color

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

This div background color is #b49490


#b49490 Border Color

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

This div border color is #b49490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49490


Comments

No comments written yet.

Please login to write comment.