Color Hex Logo

#b4975f Color Hex

#B4975F
(180,151,95)
0 Favorites   0 Comments

Color spaces of #b4975f

RGB 18015195
HSL0.110.360.54
HSV40°47°71°
CMYK 0.000.160.47   0.29
XYZ31.954632.662715.4468
Yxy32.66270.39910.4080
Hunter Lab57.1513-0.211323.9811
CIE-Lab63.88693.331033.4267

#b4975f color RGB value is (180,151,95).

#b4975f hex color red value is 180, green value is 151 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b4975f hue: 0.11 , saturation: 0.36 and the lightness value of b4975f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01011111
Octal 264 227 137
Decimal 180 151 95
Hex B4 97 5F

RGB Percentages of Color #b4975f

%42.25
%35.45
%22.30

CMYK Percentages of Color #b4975f

%0
%16
%47
%29

Triadic Colors of #b4975f

#b4975f #5fb497 #975fb4

Analogous Colors of #b4975f

#b4975f #a7b45f #b46d5f

Monochromatic Colors of #b4975f

#b4975f

Complementary Color

#b4975f #5f7cb4

#b4975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4975f Color CSS Codes

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

#b4975f Text Font Color

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

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


#b4975f Background Color

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

This div background color is #b4975f


#b4975f Border Color

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

This div border color is #b4975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4975f

#b4975f Color Palettes


Comments

No comments written yet.

Please login to write comment.