Color Hex Logo

#b4965f Color Hex

#B4965F
(180,150,95)
0 Favorites   0 Comments

Color spaces of #b4965f

RGB 18015095
HSL0.110.360.54
HSV39°47°71°
CMYK 0.000.170.47   0.29
XYZ31.794332.342215.3934
Yxy32.34220.39980.4067
Hunter Lab56.87020.270723.7608
CIE-Lab63.62473.878633.0951

#b4965f color RGB value is (180,150,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 01011111
Octal 264 226 137
Decimal 180 150 95
Hex B4 96 5F

RGB Percentages of Color #b4965f

%42.35
%35.29
%22.35

CMYK Percentages of Color #b4965f

%0
%17
%47
%29

Triadic Colors of #b4965f

#b4965f #5fb496 #965fb4

Analogous Colors of #b4965f

#b4965f #a8b45f #b46c5f

Monochromatic Colors of #b4965f

#b4965f

Complementary Color

#b4965f #5f7db4

#b4965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4965f Color CSS Codes

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

#b4965f Text Font Color

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

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


#b4965f Background Color

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

This div background color is #b4965f


#b4965f Border Color

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

This div border color is #b4965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4965f


Comments

No comments written yet.

Please login to write comment.