Html Css Color HEX #BA4D49 Chestnut

📋 copy color: '#BA4D49'

red 186 ◦ green 77 ◦ blue 73

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

Shades of Chestnut #BA4D49

Tints of Chestnut #BA4D49

RGB

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

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

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

R = 55.36%
G = 22.92%
B = 21.73%

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

#BA4D49 (or 0xBA4D49) is known color: Chestnut. HEX triplet: BA, 4D and 49. RGB value is (186,77,73). Sum of RGB (Red+Green+Blue) = 186+77+73=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D49 is #45B2B6. Grayscale: #6D6D6D. Windows color (decimal): -4567735 or 4804026. OLE color: 4804026.

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

Color convert

RGB 186 77 73 -
CMYK 0 0.59 0.61 0.27
HSL 2.12º 0.45% 0.51% -
HSV(B) 2.12º 0.61% 0.73% -
XYZ 24.11 16.23 8.17 -
YUV 109.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 186 77 73 0 0.59 0.61 0.27 2.12 0.45 0.51
Hex BA 4D 49 0 3B 3D 1B 2 2D 33
Octal 272 115 111 0 73 75 33 2 55 63
Binary 10111010 1001101 1001001 0 111011 111101 11011 10 101101 110011

Color Harmonies of #BA4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D49

Black with #BA4D49

Text Example


Text Example

White with #BA4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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