Color Hex Logo

#b3887f Color Hex

#B3887F
(179,136,127)
0 Favorites   0 Comments

Color spaces of #b3887f

RGB 179136127
HSL0.030.250.60
HSV10°29°70°
CMYK 0.000.240.29   0.30
XYZ31.225328.724323.9773
Yxy28.72430.37210.3423
Hunter Lab53.595110.205510.9914
CIE-Lab60.537515.102411.1864

#b3887f color RGB value is (179,136,127).

#b3887f hex color red value is 179, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b3887f hue: 0.03 , saturation: 0.25 and the lightness value of b3887f is 0.60.

The process color (four color CMYK) of #b3887f color hex is 0.00, 0.24, 0.29, 0.30. Web safe color of #b3887f is #cc9966. Color #b3887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 01111111
Octal 263 210 177
Decimal 179 136 127
Hex B3 88 7F

RGB Percentages of Color #b3887f

%40.50
%30.77
%28.73

CMYK Percentages of Color #b3887f

%0
%24
%29
%30

Triadic Colors of #b3887f

#b3887f #7fb388 #887fb3

Analogous Colors of #b3887f

#b3887f #b3a27f #b37f90

Monochromatic Colors of #b3887f

#b3887f

Complementary Color

#b3887f #7faab3

#b3887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3887f Color CSS Codes

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

#b3887f Text Font Color

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

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


#b3887f Background Color

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

This div background color is #b3887f


#b3887f Border Color

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

This div border color is #b3887f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,136,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3887f


Comments

No comments written yet.

Please login to write comment.