Color Hex Logo

#b9534a Color Hex

#B9534A
(185,83,74)
0 Favorites   0 Comments

Color spaces of #b9534a

RGB 1858374
HSL0.010.440.51
HSV60°73°
CMYK 0.000.550.60   0.27
XYZ24.336916.99528.4763
Yxy16.99520.48860.3412
Hunter Lab41.225233.231516.6671
CIE-Lab48.254040.544525.3852

#b9534a color RGB value is (185,83,74).

#b9534a hex color red value is 185, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9534a hue: 0.01 , saturation: 0.44 and the lightness value of b9534a is 0.51.

The process color (four color CMYK) of #b9534a color hex is 0.00, 0.55, 0.60, 0.27. Web safe color of #b9534a is #cc6633. Color #b9534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 01001010
Octal 271 123 112
Decimal 185 83 74
Hex B9 53 4A

RGB Percentages of Color #b9534a

%54.09
%24.27
%21.64

CMYK Percentages of Color #b9534a

%0
%55
%60
%27

Triadic Colors of #b9534a

#b9534a #4ab953 #534ab9

Analogous Colors of #b9534a

#b9534a #b98b4a #b94a79

Monochromatic Colors of #b9534a

#b9534a

Complementary Color

#b9534a #4ab0b9

#b9534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9534a Color CSS Codes

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

#b9534a Text Font Color

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

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


#b9534a Background Color

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

This div background color is #b9534a


#b9534a Border Color

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

This div border color is #b9534a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,83,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9534a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9534a;
  -webkit-box-shadow: 1px 1px 3px 2px #b9534a;
  box-shadow:         1px 1px 3px 2px #b9534a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,83,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9534a


Comments

No comments written yet.

Please login to write comment.