#B4574B

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

Shades of Chestnut #B4574B

Tints of Chestnut #B4574B

Color information

#B4574B (or 0xB4574B) is unknown color: approx Chestnut. HEX triplet: B4, 57 and 4B. RGB value is (180,87,75). Sum of RGB (Red+Green+Blue) = 180+87+75=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4574B is #4BA8B4. Grayscale: #717171. Windows color (decimal): -4958389 or 4937652. OLE color: 4937652.

HSL color Cylindrical-coordinate representation of color #B4574B: hue angle of 6.86º degrees, saturation: 0.41, 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 #B4574B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1808775-
CMYK00.520.580.29
HSL6.86º41.18%50%-
HSV(B)6.86º58.33%70.59%-
XYZ23.517.038.7-
YUV113.44106.31175.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=52.63%
G=25.44%
B=21.93%

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
Decimal180877500.520.580.296.8641.1850
HexB4574B0343A1D72932
Octal264127113064723575162
Binary1011010010101111001011011010011101011101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4574B; }

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

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

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

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

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

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

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

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