Color Hex Logo

#b9534c Color Hex

#B9534C
(185,83,76)
0 Favorites   0 Comments

Color spaces of #b9534c

RGB 1858376
HSL0.010.440.51
HSV59°73°
CMYK 0.000.550.59   0.27
XYZ24.405317.02268.8369
Yxy17.02260.48550.3387
Hunter Lab41.258533.384516.1819
CIE-Lab48.288540.693024.2505

#b9534c color RGB value is (185,83,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 01001100
Octal 271 123 114
Decimal 185 83 76
Hex B9 53 4C

RGB Percentages of Color #b9534c

%53.78
%24.13
%22.09

CMYK Percentages of Color #b9534c

%0
%55
%59
%27

Triadic Colors of #b9534c

#b9534c #4cb953 #534cb9

Analogous Colors of #b9534c

#b9534c #b98a4c #b94c7c

Monochromatic Colors of #b9534c

#b9534c

Complementary Color

#b9534c #4cb2b9

#b9534c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9534c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9534c Color CSS Codes

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

#b9534c Text Font Color

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

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


#b9534c Background Color

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

This div background color is #b9534c


#b9534c Border Color

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

This div border color is #b9534c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9534c


Comments

No comments written yet.

Please login to write comment.