Color Hex Logo

#b49392 Color Hex

#B49392
(180,147,146)
0 Favorites   0 Comments

Color spaces of #b49392

RGB 180147146
HSL0.000.180.64
HSV19°71°
CMYK 0.000.180.19   0.29
XYZ34.444432.646131.6800
Yxy32.64610.34870.3305
Hunter Lab57.13687.61787.1219
CIE-Lab63.873312.19425.1854

#b49392 color RGB value is (180,147,146).

#b49392 hex color red value is 180, green value is 147 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b49392 hue: 0.00 , saturation: 0.18 and the lightness value of b49392 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 10010010
Octal 264 223 222
Decimal 180 147 146
Hex B4 93 92

RGB Percentages of Color #b49392

%38.05
%31.08
%30.87

CMYK Percentages of Color #b49392

%0
%18
%19
%29

Triadic Colors of #b49392

#b49392 #92b493 #9392b4

Analogous Colors of #b49392

#b49392 #b4a492 #b492a2

Monochromatic Colors of #b49392

#b49392

Complementary Color

#b49392 #92b3b4

#b49392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49392 Color CSS Codes

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

#b49392 Text Font Color

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

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


#b49392 Background Color

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

This div background color is #b49392


#b49392 Border Color

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

This div border color is #b49392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49392


Comments

No comments written yet.

Please login to write comment.