Html Css Color HEX #B24F4A Chestnut

📋 copy color: '#B24F4A'

red 178 ◦ green 79 ◦ blue 74

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

Shades of Chestnut #B24F4A

Tints of Chestnut #B24F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 53.78%
G = 23.87%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B24F4A (or 0xB24F4A) is known color: Chestnut. HEX triplet: B2, 4F and 4A. RGB value is (178,79,74). Sum of RGB (Red+Green+Blue) = 178+79+74=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F4A is #4DB0B5. Grayscale: #6C6C6C. Windows color (decimal): -5091510 or 4870066. OLE color: 4870066.

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

Color convert

RGB 178 79 74 -
CMYK 0 0.56 0.58 0.30
HSL 2.88º 0.41% 0.49% -
HSV(B) 2.88º 0.58% 0.7% -
XYZ 22.39 15.55 8.3 -
YUV 108.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 178 79 74 0 0.56 0.58 0.30 2.88 0.41 0.49
Hex B2 4F 4A 0 38 3A 1E 3 29 31
Octal 262 117 112 0 70 72 36 3 51 61
Binary 10110010 1001111 1001010 0 111000 111010 11110 11 101001 110001

Color Harmonies of #B24F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F4A

Black with #B24F4A

Text Example


Text Example

White with #B24F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F4A; }

 p { color: rgb(178,79,74); }

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

background-color css

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

 a { background-color: rgb(178,79,74); }

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

border-color css

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

 span { border-color: rgb(178,79,74); }

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