#B6574E

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

Shades of Chestnut #B6574E

Tints of Chestnut #B6574E

Color information

#B6574E (or 0xB6574E) is unknown color: approx Chestnut. HEX triplet: B6, 57 and 4E. RGB value is (182,87,78). Sum of RGB (Red+Green+Blue) = 182+87+78=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6574E is #49A8B1. Grayscale: #727272. Windows color (decimal): -4827314 or 5134262. OLE color: 5134262.

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

Color convert

RGB1828778-
CMYK00.520.570.29
HSL5.19º41.6%50.98%-
HSV(B)5.19º57.14%71.37%-
XYZ24.0717.319.28-
YUV114.38107.47176.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=52.45%
G=25.07%
B=22.48%

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
Decimal182877800.520.570.295.1941.650.98
HexB6574E034391D52a33
Octal266127116064713555263
Binary1011011010101111001110011010011100111101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6574E; }

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

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

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

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

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

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

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

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