Html Css Color HEX #B24947 Chestnut

📋 copy color: '#B24947'

red 178 ◦ green 73 ◦ blue 71

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

Shades of Chestnut #B24947

Tints of Chestnut #B24947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 55.28%
G = 22.67%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24947 (or 0xB24947) is known color: Chestnut. HEX triplet: B2, 49 and 47. RGB value is (178,73,71). Sum of RGB (Red+Green+Blue) = 178+73+71=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B24947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24947 is #4DB6B8. Grayscale: #686868. Windows color (decimal): -5093049 or 4671922. OLE color: 4671922.

HSL color Cylindrical-coordinate representation of color #B24947: hue angle of 1.12º 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 #B24947 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 71 -
CMYK 0 0.59 0.60 0.30
HSL 1.12º 0.43% 0.49% -
HSV(B) 1.12º 0.6% 0.7% -
XYZ 21.88 14.69 7.64 -
YUV 104.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 178 73 71 0 0.59 0.60 0.30 1.12 0.43 0.49
Hex B2 49 47 0 3B 3C 1E 1 2B 31
Octal 262 111 107 0 73 74 36 1 53 61
Binary 10110010 1001001 1000111 0 111011 111100 11110 1 101011 110001

Color Harmonies of #B24947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24947

Black with #B24947

Text Example


Text Example

White with #B24947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24947; }

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

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

background-color css

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

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

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

border-color css

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

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

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