Color Hex Logo

#b1976f Color Hex

#B1976F
(177,151,111)
0 Favorites   0 Comments

Color spaces of #b1976f

RGB 177151111
HSL0.100.300.56
HSV36°37°69°
CMYK 0.000.150.37   0.31
XYZ32.067332.628019.6466
Yxy32.62800.38020.3869
Hunter Lab57.12090.247119.5920
CIE-Lab63.85863.861224.6714

#b1976f color RGB value is (177,151,111).

#b1976f hex color red value is 177, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b1976f hue: 0.10 , saturation: 0.30 and the lightness value of b1976f is 0.56.

The process color (four color CMYK) of #b1976f color hex is 0.00, 0.15, 0.37, 0.31. Web safe color of #b1976f is #999966. Color #b1976f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 01101111
Octal 261 227 157
Decimal 177 151 111
Hex B1 97 6F

RGB Percentages of Color #b1976f

%40.32
%34.40
%25.28

CMYK Percentages of Color #b1976f

%0
%15
%37
%31

Triadic Colors of #b1976f

#b1976f #6fb197 #976fb1

Analogous Colors of #b1976f

#b1976f #aab16f #b1766f

Monochromatic Colors of #b1976f

#b1976f

Complementary Color

#b1976f #6f89b1

#b1976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1976f Color CSS Codes

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

#b1976f Text Font Color

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

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


#b1976f Background Color

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

This div background color is #b1976f


#b1976f Border Color

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

This div border color is #b1976f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,151,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1976f


Comments

No comments written yet.

Please login to write comment.