Color Hex Logo

#b6977f Color Hex

#B6977F
(182,151,127)
0 Favorites   0 Comments

Color spaces of #b6977f

RGB 182151127
HSL0.070.270.61
HSV26°30°71°
CMYK 0.000.170.30   0.29
XYZ34.188833.610624.7642
Yxy33.61060.36940.3631
Hunter Lab57.97463.809415.2562
CIE-Lab64.65237.952716.9738

#b6977f color RGB value is (182,151,127).

#b6977f hex color red value is 182, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b6977f hue: 0.07 , saturation: 0.27 and the lightness value of b6977f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 01111111
Octal 266 227 177
Decimal 182 151 127
Hex B6 97 7F

RGB Percentages of Color #b6977f

%39.57
%32.83
%27.61

CMYK Percentages of Color #b6977f

%0
%17
%30
%29

Triadic Colors of #b6977f

#b6977f #7fb697 #977fb6

Analogous Colors of #b6977f

#b6977f #b6b37f #b67f83

Monochromatic Colors of #b6977f

#b6977f

Complementary Color

#b6977f #7f9eb6

#b6977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6977f Color CSS Codes

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

#b6977f Text Font Color

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

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


#b6977f Background Color

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

This div background color is #b6977f


#b6977f Border Color

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

This div border color is #b6977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6977f


Comments

No comments written yet.

Please login to write comment.