Color Hex Logo

#b3817f Color Hex

#B3817F
(179,129,127)
0 Favorites   0 Comments

Color spaces of #b3817f

RGB 179129127
HSL0.010.250.60
HSV29°70°
CMYK 0.000.280.29   0.30
XYZ30.271426.816523.6593
Yxy26.81650.37490.3321
Hunter Lab51.784713.72149.1609
CIE-Lab58.804119.02458.7340

#b3817f color RGB value is (179,129,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 01111111
Octal 263 201 177
Decimal 179 129 127
Hex B3 81 7F

RGB Percentages of Color #b3817f

%41.15
%29.66
%29.20

CMYK Percentages of Color #b3817f

%0
%28
%29
%30

Triadic Colors of #b3817f

#b3817f #7fb381 #817fb3

Analogous Colors of #b3817f

#b3817f #b39b7f #b37f97

Monochromatic Colors of #b3817f

#b3817f

Complementary Color

#b3817f #7fb1b3

#b3817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3817f Color CSS Codes

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

#b3817f Text Font Color

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

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


#b3817f Background Color

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

This div background color is #b3817f


#b3817f Border Color

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

This div border color is #b3817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3817f


Comments

No comments written yet.

Please login to write comment.