#B24F4A

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

Shades of Chestnut #B24F4A

Tints of Chestnut #B24F4A

Color information

#B24F4A (or 0xB24F4A) is unknown color: approx Chestnut. HEX triplet: B2, 4F and 4A. RGB value is (178,79,74). Sum of RGB (Red+Green+Blue) = 178+79+74=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F4A is #4DB0B5. Grayscale: #6C6C6C. Windows color (decimal): -5091510 or 4870066. OLE color: 4870066.

HSL color Cylindrical-coordinate representation of color #B24F4A: hue angle of 2.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24F4A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1787974-
CMYK00.560.580.30
HSL2.88º41.27%49.41%-
HSV(B)2.88º58.43%69.8%-
XYZ22.3915.558.3-
YUV108.03108.8177.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=53.78%
G=23.87%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178797400.560.580.302.8841.2749.41
HexB24F4A0383A1E32931
Octal262117112070723635161
Binary101100101001111100101001110001110101111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F4A; }

 p { color: rgb(178,79,74); }

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

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

 a { background-color: rgb(178,79,74); }

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

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

 span { border-color: rgb(178,79,74); }

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