Html Css Color HEX #BA5149 Chestnut

📋 copy color: '#BA5149'

red 186 ◦ green 81 ◦ blue 73

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

Shades of Chestnut #BA5149

Tints of Chestnut #BA5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

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

R = 54.71%
G = 23.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5149 (or 0xBA5149) is known color: Chestnut. HEX triplet: BA, 51 and 49. RGB value is (186,81,73). Sum of RGB (Red+Green+Blue) = 186+81+73=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5149 is #45AEB6. Grayscale: #6F6F6F. Windows color (decimal): -4566711 or 4805050. OLE color: 4805050.

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

Color convert

RGB 186 81 73 -
CMYK 0 0.56 0.61 0.27
HSL 4.25º 0.45% 0.51% -
HSV(B) 4.25º 0.61% 0.73% -
XYZ 24.39 16.81 8.26 -
YUV 111.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 186 81 73 0 0.56 0.61 0.27 4.25 0.45 0.51
Hex BA 51 49 0 38 3D 1B 4 2D 33
Octal 272 121 111 0 70 75 33 4 55 63
Binary 10111010 1010001 1001001 0 111000 111101 11011 100 101101 110011

Color Harmonies of #BA5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5149

Black with #BA5149

Text Example


Text Example

White with #BA5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5149; }

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

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

background-color css

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

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

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

border-color css

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

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

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