Html Css Color HEX #BA5449 Chestnut

📋 copy color: '#BA5449'

red 186 ◦ green 84 ◦ blue 73

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

Shades of Chestnut #BA5449

Tints of Chestnut #BA5449

RGB

 RED value IS 186 (73.05% from 255) = 54.23%

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 54.23%
G = 24.49%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5449 (or 0xBA5449) is known color: Chestnut. HEX triplet: BA, 54 and 49. RGB value is (186,84,73). Sum of RGB (Red+Green+Blue) = 186+84+73=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5449 is #45ABB6. Grayscale: #717171. Windows color (decimal): -4565943 or 4805818. OLE color: 4805818.

HSL color Cylindrical-coordinate representation of color #BA5449: hue angle of 5.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5449 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 73 -
CMYK 0 0.55 0.61 0.27
HSL 5.84º 0.45% 0.51% -
HSV(B) 5.84º 0.61% 0.73% -
XYZ 24.62 17.26 8.34 -
YUV 113.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 186 84 73 0 0.55 0.61 0.27 5.84 0.45 0.51
Hex BA 54 49 0 37 3D 1B 6 2D 33
Octal 272 124 111 0 67 75 33 6 55 63
Binary 10111010 1010100 1001001 0 110111 111101 11011 110 101101 110011

Color Harmonies of #BA5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5449

Black with #BA5449

Text Example


Text Example

White with #BA5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5449; }

 p { color: rgb(186,84,73); }

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

background-color css

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

 a { background-color: rgb(186,84,73); }

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

border-color css

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

 span { border-color: rgb(186,84,73); }

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