#B24645

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

Shades of Chestnut #B24645

Tints of Chestnut #B24645

Color information

#B24645 (or 0xB24645) is unknown color: approx Chestnut. HEX triplet: B2, 46 and 45. RGB value is (178,70,69). Sum of RGB (Red+Green+Blue) = 178+70+69=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24645 is #4DB9BA. Grayscale: #666666. Windows color (decimal): -5093819 or 4540082. OLE color: 4540082.

HSL color Cylindrical-coordinate representation of color #B24645: hue angle of 0.55º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24645 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1787069-
CMYK00.610.610.30
HSL0.55º44.13%48.43%-
HSV(B)0.55º61.24%69.8%-
XYZ21.6214.277.25-
YUV102.18109.28182.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=56.15%
G=22.08%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178706900.610.610.300.5544.1348.43
HexB2464503D3D1E12c30
Octal262106105075753615460
Binary10110010100011010001010111101111101111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24645; }

 p { color: rgb(178,70,69); }

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

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

 a { background-color: rgb(178,70,69); }

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

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

 span { border-color: rgb(178,70,69); }

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