#B5574C

Color #B5574C Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B5574C

Tints of Chestnut #B5574C

Color information

#B5574C (or 0xB5574C) is unknown color: approx Chestnut. HEX triplet: B5, 57 and 4C. RGB value is (181,87,76). Sum of RGB (Red+Green+Blue) = 181+87+76=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5574C is #4AA8B3. Grayscale: #717171. Windows color (decimal): -4892852 or 5003189. OLE color: 5003189.

HSL color Cylindrical-coordinate representation of color #B5574C: hue angle of 6.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5574C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1818776-
CMYK00.520.580.29
HSL6.29º41.5%50.39%-
HSV(B)6.29º58.01%70.98%-
XYZ23.7717.168.9-
YUV113.85106.64175.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=52.62%
G=25.29%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181877600.520.580.296.2941.550.39
HexB5574C0343A1D62a32
Octal265127114064723565262
Binary1011010110101111001100011010011101011101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5574C; }

 p { color: rgb(181,87,76); }

 H1.HeaderClassName
 {
   color: #B5574C;
 }
 .AnyTagClassName
 {
   color: #B5574C;
 }
</style>
background-color css

<style>
 a { background-color: #B5574C; }

 a { background-color: rgb(181,87,76); }

 div.DivClassName
 {
   background-color: #B5574C;
 }
 .BgClassName
 {
   background-color: #B5574C;
 }
</style>
border-color css

<style>
 span { border-color: #B5574C; }

 span { border-color: rgb(181,87,76); }

 td.TdClassName
 {
   border-color: #B5574C;
 }
 .TagClassName
 {
   border-color: #B5574C;
 }
</style>