Color Hex Logo

#b4935f Color Hex

#B4935F
(180,147,95)
0 Favorites   0 Comments

Color spaces of #b4935f

RGB 18014795
HSL0.100.360.54
HSV37°47°71°
CMYK 0.000.180.47   0.29
XYZ31.321731.397015.2359
Yxy31.39700.40180.4028
Hunter Lab56.03301.721323.1016
CIE-Lab62.84135.526832.1010

#b4935f color RGB value is (180,147,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 01011111
Octal 264 223 137
Decimal 180 147 95
Hex B4 93 5F

RGB Percentages of Color #b4935f

%42.65
%34.83
%22.51

CMYK Percentages of Color #b4935f

%0
%18
%47
%29

Triadic Colors of #b4935f

#b4935f #5fb493 #935fb4

Analogous Colors of #b4935f

#b4935f #abb45f #b4695f

Monochromatic Colors of #b4935f

#b4935f

Complementary Color

#b4935f #5f80b4

#b4935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4935f Color CSS Codes

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

#b4935f Text Font Color

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

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


#b4935f Background Color

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

This div background color is #b4935f


#b4935f Border Color

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

This div border color is #b4935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4935f


Comments

No comments written yet.

Please login to write comment.