Color Hex Logo

#b39992 Color Hex

#B39992
(179,153,146)
0 Favorites   0 Comments

Color spaces of #b39992

RGB 179153146
HSL0.040.180.64
HSV13°18°70°
CMYK 0.000.150.18   0.30
XYZ35.169934.441531.9883
Yxy34.44150.34620.3390
Hunter Lab58.68694.26958.7638
CIE-Lab65.31158.48067.2365

#b39992 color RGB value is (179,153,146).

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

The process color (four color CMYK) of #b39992 color hex is 0.00, 0.15, 0.18, 0.30. Web safe color of #b39992 is #cc9999. Color #b39992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 10010010
Octal 263 231 222
Decimal 179 153 146
Hex B3 99 92

RGB Percentages of Color #b39992

%37.45
%32.01
%30.54

CMYK Percentages of Color #b39992

%0
%15
%18
%30

Triadic Colors of #b39992

#b39992 #92b399 #9992b3

Analogous Colors of #b39992

#b39992 #b3aa92 #b3929c

Monochromatic Colors of #b39992

#b39992

Complementary Color

#b39992 #92acb3

#b39992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39992 Color CSS Codes

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

#b39992 Text Font Color

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

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


#b39992 Background Color

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

This div background color is #b39992


#b39992 Border Color

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

This div border color is #b39992


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,153,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 #b39992">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39992


Comments

No comments written yet.

Please login to write comment.