Color Hex Logo

#b3917e Color Hex

#B3917E
(179,145,126)
0 Favorites   0 Comments

Color spaces of #b3917e

RGB 179145126
HSL0.060.260.60
HSV22°30°70°
CMYK 0.000.190.30   0.30
XYZ32.481731.340924.0761
Yxy31.34090.36950.3566
Hunter Lab55.98295.596813.6897
CIE-Lab62.79449.941214.9118

#b3917e color RGB value is (179,145,126).

#b3917e hex color red value is 179, green value is 145 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3917e hue: 0.06 , saturation: 0.26 and the lightness value of b3917e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 01111110
Octal 263 221 176
Decimal 179 145 126
Hex B3 91 7E

RGB Percentages of Color #b3917e

%39.78
%32.22
%28.00

CMYK Percentages of Color #b3917e

%0
%19
%30
%30

Triadic Colors of #b3917e

#b3917e #7eb391 #917eb3

Analogous Colors of #b3917e

#b3917e #b3ac7e #b37e86

Monochromatic Colors of #b3917e

#b3917e

Complementary Color

#b3917e #7ea0b3

#b3917e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3917e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3917e Color CSS Codes

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

#b3917e Text Font Color

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

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


#b3917e Background Color

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

This div background color is #b3917e


#b3917e Border Color

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

This div border color is #b3917e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3917e


Comments

No comments written yet.

Please login to write comment.