Color Hex Logo

#b4976f Color Hex

#B4976F
(180,151,111)
0 Favorites   0 Comments

Color spaces of #b4976f

RGB 180151111
HSL0.100.320.57
HSV35°38°71°
CMYK 0.000.160.38   0.29
XYZ32.758232.984219.6790
Yxy32.98420.38350.3861
Hunter Lab57.43191.307719.8866
CIE-Lab64.14815.095225.1085

#b4976f color RGB value is (180,151,111).

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

The process color (four color CMYK) of #b4976f color hex is 0.00, 0.16, 0.38, 0.29. Web safe color of #b4976f is #cc9966. Color #b4976f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01101111
Octal 264 227 157
Decimal 180 151 111
Hex B4 97 6F

RGB Percentages of Color #b4976f

%40.72
%34.16
%25.11

CMYK Percentages of Color #b4976f

%0
%16
%38
%29

Triadic Colors of #b4976f

#b4976f #6fb497 #976fb4

Analogous Colors of #b4976f

#b4976f #afb46f #b4756f

Monochromatic Colors of #b4976f

#b4976f

Complementary Color

#b4976f #6f8cb4

#b4976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4976f Color CSS Codes

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

#b4976f Text Font Color

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

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


#b4976f Background Color

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

This div background color is #b4976f


#b4976f Border Color

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

This div border color is #b4976f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4976f


Comments

No comments written yet.

Please login to write comment.