Html Css Color HEX #B24E41 Chestnut

📋 copy color: '#B24E41'

red 178 ◦ green 78 ◦ blue 65

#B24E41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #B24E41

Tints of Chestnut #B24E41

RGB

 RED value IS 178 (69.92% from 255) = 55.45%

 GREEN value IS 78 (30.86% from 255) = 24.3%

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 55.45%
G = 24.3%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24E41 (or 0xB24E41) is known color: Chestnut. HEX triplet: B2, 4E and 41. RGB value is (178,78,65). Sum of RGB (Red+Green+Blue) = 178+78+65=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E41 is #4DB1BE. Grayscale: #6A6A6A. Windows color (decimal): -5091775 or 4279986. OLE color: 4279986.

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

Color convert

RGB 178 78 65 -
CMYK 0 0.56 0.63 0.30
HSL 6.9º 0.47% 0.48% -
HSV(B) 6.9º 0.63% 0.7% -
XYZ 22.04 15.3 6.79 -
YUV 106.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 178 78 65 0 0.56 0.63 0.30 6.9 0.47 0.48
Hex B2 4E 41 0 38 3F 1E 7 2F 30
Octal 262 116 101 0 70 77 36 7 57 60
Binary 10110010 1001110 1000001 0 111000 111111 11110 111 101111 110000

Color Harmonies of #B24E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E41

Black with #B24E41

Text Example


Text Example

White with #B24E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E41; }

 p { color: rgb(178,78,65); }

 H1.HeaderClassName
 {
   color: #B24E41;
 }
 .AnyTagClassName
 {
   color: #B24E41;
 }
</style>

background-color css

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

 a { background-color: rgb(178,78,65); }

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

border-color css

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

 span { border-color: rgb(178,78,65); }

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