Html Css Color HEX #B24B4A Chestnut

📋 copy color: '#B24B4A'

red 178 ◦ green 75 ◦ blue 74

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

Shades of Chestnut #B24B4A

Tints of Chestnut #B24B4A

RGB

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

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

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

R = 54.43%
G = 22.94%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B24B4A (or 0xB24B4A) is known color: Chestnut. HEX triplet: B2, 4B and 4A. RGB value is (178,75,74). Sum of RGB (Red+Green+Blue) = 178+75+74=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B4A is #4DB4B5. Grayscale: #696969. Windows color (decimal): -5092534 or 4869042. OLE color: 4869042.

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

Color convert

RGB 178 75 74 -
CMYK 0 0.58 0.58 0.30
HSL 0.58º 0.41% 0.49% -
HSV(B) 0.58º 0.58% 0.7% -
XYZ 22.11 14.99 8.21 -
YUV 105.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 178 75 74 0 0.58 0.58 0.30 0.58 0.41 0.49
Hex B2 4B 4A 0 3A 3A 1E 1 29 31
Octal 262 113 112 0 72 72 36 1 51 61
Binary 10110010 1001011 1001010 0 111010 111010 11110 1 101001 110001

Color Harmonies of #B24B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B4A

Black with #B24B4A

Text Example


Text Example

White with #B24B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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