#B24644

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

Shades of Chestnut #B24644

Tints of Chestnut #B24644

Color information

#B24644 (or 0xB24644) is unknown color: approx Chestnut. HEX triplet: B2, 46 and 44. RGB value is (178,70,68). Sum of RGB (Red+Green+Blue) = 178+70+68=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24644 is #4DB9BB. Grayscale: #666666. Windows color (decimal): -5093820 or 4474546. OLE color: 4474546.

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

Color convert

RGB1787068-
CMYK00.610.620.30
HSL1.09º44.72%48.24%-
HSV(B)1.09º61.8%69.8%-
XYZ21.5914.267.08-
YUV102.06108.78182.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=56.33%
G=22.15%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178706800.610.620.301.0944.7248.24
HexB2464403D3E1E12d30
Octal262106104075763615560
Binary10110010100011010001000111101111110111101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24644; }

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

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

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

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

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

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

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

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