Html Css Color HEX #B24B46 Chestnut

📋 copy color: '#B24B46'

red 178 ◦ green 75 ◦ blue 70

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

Shades of Chestnut #B24B46

Tints of Chestnut #B24B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 55.11%
G = 23.22%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B24B46 (or 0xB24B46) is known color: Chestnut. HEX triplet: B2, 4B and 46. RGB value is (178,75,70). Sum of RGB (Red+Green+Blue) = 178+75+70=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B46 is #4DB4B9. Grayscale: #696969. Windows color (decimal): -5092538 or 4606898. OLE color: 4606898.

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

Color convert

RGB 178 75 70 -
CMYK 0 0.58 0.61 0.30
HSL 2.78º 0.44% 0.49% -
HSV(B) 2.78º 0.61% 0.7% -
XYZ 21.98 14.94 7.52 -
YUV 105.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 178 75 70 0 0.58 0.61 0.30 2.78 0.44 0.49
Hex B2 4B 46 0 3A 3D 1E 3 2C 31
Octal 262 113 106 0 72 75 36 3 54 61
Binary 10110010 1001011 1000110 0 111010 111101 11110 11 101100 110001

Color Harmonies of #B24B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B46

Black with #B24B46

Text Example


Text Example

White with #B24B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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