#B4574E

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

Shades of Chestnut #B4574E

Tints of Chestnut #B4574E

Color information

#B4574E (or 0xB4574E) is unknown color: approx Chestnut. HEX triplet: B4, 57 and 4E. RGB value is (180,87,78). Sum of RGB (Red+Green+Blue) = 180+87+78=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4574E is #4BA8B1. Grayscale: #717171. Windows color (decimal): -4958386 or 5134260. OLE color: 5134260.

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

Color convert

RGB1808778-
CMYK00.520.570.29
HSL5.29º40.48%50.59%-
HSV(B)5.29º56.67%70.59%-
XYZ23.6117.079.26-
YUV113.78107.81175.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=52.17%
G=25.22%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180877800.520.570.295.2940.4850.59
HexB4574E034391D52833
Octal264127116064713555063
Binary1011010010101111001110011010011100111101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4574E; }

 p { color: rgb(180,87,78); }

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

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

 a { background-color: rgb(180,87,78); }

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

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

 span { border-color: rgb(180,87,78); }

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