Color Hex Logo

#b9573f Color Hex

#B9573F
(185,87,63)
0 Favorites   0 Comments

Color spaces of #b9573f

RGB 1858763
HSL0.030.490.49
HSV12°66°73°
CMYK 0.000.530.66   0.27
XYZ24.313017.48966.7970
Yxy17.48960.50030.3599
Hunter Lab41.820630.587619.6381
CIE-Lab48.871137.780632.5085

#b9573f color RGB value is (185,87,63).

#b9573f hex color red value is 185, green value is 87 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b9573f hue: 0.03 , saturation: 0.49 and the lightness value of b9573f is 0.49.

The process color (four color CMYK) of #b9573f color hex is 0.00, 0.53, 0.66, 0.27. Web safe color of #b9573f is #cc6633. Color #b9573f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 00111111
Octal 271 127 77
Decimal 185 87 63
Hex B9 57 3F

RGB Percentages of Color #b9573f

%55.22
%25.97
%18.81

CMYK Percentages of Color #b9573f

%0
%53
%66
%27

Triadic Colors of #b9573f

#b9573f #3fb957 #573fb9

Analogous Colors of #b9573f

#b9573f #b9943f #b93f64

Monochromatic Colors of #b9573f

#b9573f

Complementary Color

#b9573f #3fa1b9

#b9573f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9573f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9573f Color CSS Codes

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

#b9573f Text Font Color

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

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


#b9573f Background Color

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

This div background color is #b9573f


#b9573f Border Color

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

This div border color is #b9573f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9573f


Comments

No comments written yet.

Please login to write comment.