Html Css Color HEX #B24846 Chestnut

📋 copy color: '#B24846'

red 178 ◦ green 72 ◦ blue 70

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

Shades of Chestnut #B24846

Tints of Chestnut #B24846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 55.63%
G = 22.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B24846 (or 0xB24846) is known color: Chestnut. HEX triplet: B2, 48 and 46. RGB value is (178,72,70). Sum of RGB (Red+Green+Blue) = 178+72+70=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B24846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24846 is #4DB7B9. Grayscale: #676767. Windows color (decimal): -5093306 or 4606130. OLE color: 4606130.

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

Color convert

RGB 178 72 70 -
CMYK 0 0.60 0.61 0.30
HSL 1.11º 0.44% 0.49% -
HSV(B) 1.11º 0.61% 0.7% -
XYZ 21.78 14.54 7.45 -
YUV 103.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 178 72 70 0 0.60 0.61 0.30 1.11 0.44 0.49
Hex B2 48 46 0 3C 3D 1E 1 2C 31
Octal 262 110 106 0 74 75 36 1 54 61
Binary 10110010 1001000 1000110 0 111100 111101 11110 1 101100 110001

Color Harmonies of #B24846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24846

Black with #B24846

Text Example


Text Example

White with #B24846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24846; }

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

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

background-color css

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

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

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

border-color css

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

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

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