Html Css Color HEX #B44D49 Chestnut

📋 copy color: '#B44D49'

red 180 ◦ green 77 ◦ blue 73

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

Shades of Chestnut #B44D49

Tints of Chestnut #B44D49

RGB

 RED value IS 180 (70.7% from 255) = 54.55%

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 54.55%
G = 23.33%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B44D49 (or 0xB44D49) is known color: Chestnut. HEX triplet: B4, 4D and 49. RGB value is (180,77,73). Sum of RGB (Red+Green+Blue) = 180+77+73=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D49 is #4BB2B6. Grayscale: #6B6B6B. Windows color (decimal): -4960951 or 4804020. OLE color: 4804020.

HSL color Cylindrical-coordinate representation of color #B44D49: hue angle of 2.24º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44D49 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 73 -
CMYK 0 0.57 0.59 0.29
HSL 2.24º 0.42% 0.5% -
HSV(B) 2.24º 0.59% 0.71% -
XYZ 22.68 15.49 8.1 -
YUV 107.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 180 77 73 0 0.57 0.59 0.29 2.24 0.42 0.5
Hex B4 4D 49 0 39 3B 1D 2 2A 32
Octal 264 115 111 0 71 73 35 2 52 62
Binary 10110100 1001101 1001001 0 111001 111011 11101 10 101010 110010

Color Harmonies of #B44D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D49

Black with #B44D49

Text Example


Text Example

White with #B44D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D49; }

 p { color: rgb(180,77,73); }

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

background-color css

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

 a { background-color: rgb(180,77,73); }

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

border-color css

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

 span { border-color: rgb(180,77,73); }

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