Html Css Color HEX #BA4E49 Chestnut

📋 copy color: '#BA4E49'

red 186 ◦ green 78 ◦ blue 73

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

Shades of Chestnut #BA4E49

Tints of Chestnut #BA4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 55.19%
G = 23.15%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4E49 (or 0xBA4E49) is known color: Chestnut. HEX triplet: BA, 4E and 49. RGB value is (186,78,73). Sum of RGB (Red+Green+Blue) = 186+78+73=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E49 is #45B1B6. Grayscale: #6D6D6D. Windows color (decimal): -4567479 or 4804282. OLE color: 4804282.

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

Color convert

RGB 186 78 73 -
CMYK 0 0.58 0.61 0.27
HSL 2.65º 0.45% 0.51% -
HSV(B) 2.65º 0.61% 0.73% -
XYZ 24.18 16.37 8.19 -
YUV 109.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 186 78 73 0 0.58 0.61 0.27 2.65 0.45 0.51
Hex BA 4E 49 0 3A 3D 1B 3 2D 33
Octal 272 116 111 0 72 75 33 3 55 63
Binary 10111010 1001110 1001001 0 111010 111101 11011 11 101101 110011

Color Harmonies of #BA4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E49

Black with #BA4E49

Text Example


Text Example

White with #BA4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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