Html Css Color HEX #B24D47 Chestnut

📋 copy color: '#B24D47'

red 178 ◦ green 77 ◦ blue 71

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

Shades of Chestnut #B24D47

Tints of Chestnut #B24D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 54.6%
G = 23.62%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24D47 (or 0xB24D47) is known color: Chestnut. HEX triplet: B2, 4D and 47. RGB value is (178,77,71). Sum of RGB (Red+Green+Blue) = 178+77+71=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D47 is #4DB2B8. Grayscale: #6A6A6A. Windows color (decimal): -5092025 or 4672946. OLE color: 4672946.

HSL color Cylindrical-coordinate representation of color #B24D47: hue angle of 3.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24D47 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 77 71 -
CMYK 0 0.57 0.60 0.30
HSL 3.36º 0.43% 0.49% -
HSV(B) 3.36º 0.6% 0.7% -
XYZ 22.15 15.23 7.73 -
YUV 106.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 178 77 71 0 0.57 0.60 0.30 3.36 0.43 0.49
Hex B2 4D 47 0 39 3C 1E 3 2B 31
Octal 262 115 107 0 71 74 36 3 53 61
Binary 10110010 1001101 1000111 0 111001 111100 11110 11 101011 110001

Color Harmonies of #B24D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D47

Black with #B24D47

Text Example


Text Example

White with #B24D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D47; }

 p { color: rgb(178,77,71); }

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

background-color css

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

 a { background-color: rgb(178,77,71); }

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

border-color css

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

 span { border-color: rgb(178,77,71); }

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