#B5574B

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

Shades of Chestnut #B5574B

Tints of Chestnut #B5574B

Color information

#B5574B (or 0xB5574B) is unknown color: approx Chestnut. HEX triplet: B5, 57 and 4B. RGB value is (181,87,75). Sum of RGB (Red+Green+Blue) = 181+87+75=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5574B is #4AA8B4. Grayscale: #717171. Windows color (decimal): -4892853 or 4937653. OLE color: 4937653.

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

Color convert

RGB1818775-
CMYK00.520.590.29
HSL6.79º41.73%50.2%-
HSV(B)6.79º58.56%70.98%-
XYZ23.7317.158.72-
YUV113.74106.14175.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=52.77%
G=25.36%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181877500.520.590.296.7941.7350.2
HexB5574B0343B1D72a32
Octal265127113064733575262
Binary1011010110101111001011011010011101111101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5574B; }

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

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

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

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

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

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

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

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