Html Css Color HEX #B24942 Chestnut

📋 copy color: '#B24942'

red 178 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #B24942

Tints of Chestnut #B24942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 56.15%
G = 23.03%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24942 (or 0xB24942) is known color: Chestnut. HEX triplet: B2, 49 and 42. RGB value is (178,73,66). Sum of RGB (Red+Green+Blue) = 178+73+66=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24942 is #4DB6BD. Grayscale: #676767. Windows color (decimal): -5093054 or 4344242. OLE color: 4344242.

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

Color convert

RGB 178 73 66 -
CMYK 0 0.59 0.63 0.30
HSL 3.75º 0.46% 0.48% -
HSV(B) 3.75º 0.63% 0.7% -
XYZ 21.73 14.62 6.83 -
YUV 103.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 178 73 66 0 0.59 0.63 0.30 3.75 0.46 0.48
Hex B2 49 42 0 3B 3F 1E 4 2E 30
Octal 262 111 102 0 73 77 36 4 56 60
Binary 10110010 1001001 1000010 0 111011 111111 11110 100 101110 110000

Color Harmonies of #B24942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24942

Black with #B24942

Text Example


Text Example

White with #B24942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24942; }

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

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

background-color css

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

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

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

border-color css

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

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

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