Html Css Color HEX #BA4949 Chestnut

📋 copy color: '#BA4949'

red 186 ◦ green 73 ◦ blue 73

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

Shades of Chestnut #BA4949

Tints of Chestnut #BA4949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 56.02%
G = 21.99%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4949 (or 0xBA4949) is known color: Chestnut. HEX triplet: BA, 49 and 49. RGB value is (186,73,73). Sum of RGB (Red+Green+Blue) = 186+73+73=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4949 is #45B6B6. Grayscale: #6A6A6A. Windows color (decimal): -4568759 or 4803002. OLE color: 4803002.

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

Color convert

RGB 186 73 73 -
CMYK 0 0.61 0.61 0.27
HSL 0.45% 0.51% -
HSV(B) 0.61% 0.73% -
XYZ 23.83 15.69 8.07 -
YUV 106.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 186 73 73 0 0.61 0.61 0.27 0 0.45 0.51
Hex BA 49 49 0 3D 3D 1B 0 2D 33
Octal 272 111 111 0 75 75 33 0 55 63
Binary 10111010 1001001 1001001 0 111101 111101 11011 0 101101 110011

Color Harmonies of #BA4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4949

Black with #BA4949

Text Example


Text Example

White with #BA4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4949; }

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

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

background-color css

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

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

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

border-color css

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

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

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