Html Css Color HEX #BA4C49 Chestnut

📋 copy color: '#BA4C49'

red 186 ◦ green 76 ◦ blue 73

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

Shades of Chestnut #BA4C49

Tints of Chestnut #BA4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 55.52%
G = 22.69%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4C49 (or 0xBA4C49) is known color: Chestnut. HEX triplet: BA, 4C and 49. RGB value is (186,76,73). Sum of RGB (Red+Green+Blue) = 186+76+73=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C49 is #45B3B6. Grayscale: #6C6C6C. Windows color (decimal): -4567991 or 4803770. OLE color: 4803770.

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

Color convert

RGB 186 76 73 -
CMYK 0 0.59 0.61 0.27
HSL 1.59º 0.45% 0.51% -
HSV(B) 1.59º 0.61% 0.73% -
XYZ 24.04 16.09 8.14 -
YUV 108.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 186 76 73 0 0.59 0.61 0.27 1.59 0.45 0.51
Hex BA 4C 49 0 3B 3D 1B 2 2D 33
Octal 272 114 111 0 73 75 33 2 55 63
Binary 10111010 1001100 1001001 0 111011 111101 11011 10 101101 110011

Color Harmonies of #BA4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C49

Black with #BA4C49

Text Example


Text Example

White with #BA4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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