Html Css Color HEX #BA5147 Chestnut

📋 copy color: '#BA5147'

red 186 ◦ green 81 ◦ blue 71

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

Shades of Chestnut #BA5147

Tints of Chestnut #BA5147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 55.03%
G = 23.96%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5147 (or 0xBA5147) is known color: Chestnut. HEX triplet: BA, 51 and 47. RGB value is (186,81,71). Sum of RGB (Red+Green+Blue) = 186+81+71=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5147 is #45AEB8. Grayscale: #6F6F6F. Windows color (decimal): -4566713 or 4673978. OLE color: 4673978.

HSL color Cylindrical-coordinate representation of color #BA5147: hue angle of 5.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5147 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 71 -
CMYK 0 0.56 0.62 0.27
HSL 5.22º 0.45% 0.5% -
HSV(B) 5.22º 0.62% 0.73% -
XYZ 24.33 16.78 7.92 -
YUV 111.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 186 81 71 0 0.56 0.62 0.27 5.22 0.45 0.5
Hex BA 51 47 0 38 3E 1B 5 2D 32
Octal 272 121 107 0 70 76 33 5 55 62
Binary 10111010 1010001 1000111 0 111000 111110 11011 101 101101 110010

Color Harmonies of #BA5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5147

Black with #BA5147

Text Example


Text Example

White with #BA5147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5147; }

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

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

background-color css

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

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

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

border-color css

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

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

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