Html Css Color HEX #BA5447 Chestnut

📋 copy color: '#BA5447'

red 186 ◦ green 84 ◦ blue 71

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

Shades of Chestnut #BA5447

Tints of Chestnut #BA5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 54.55%
G = 24.63%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5447 (or 0xBA5447) is known color: Chestnut. HEX triplet: BA, 54 and 47. RGB value is (186,84,71). Sum of RGB (Red+Green+Blue) = 186+84+71=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5447 is #45ABB8. Grayscale: #717171. Windows color (decimal): -4565945 or 4674746. OLE color: 4674746.

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

Color convert

RGB 186 84 71 -
CMYK 0 0.55 0.62 0.27
HSL 6.78º 0.45% 0.5% -
HSV(B) 6.78º 0.62% 0.73% -
XYZ 24.56 17.23 7.99 -
YUV 113.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 186 84 71 0 0.55 0.62 0.27 6.78 0.45 0.5
Hex BA 54 47 0 37 3E 1B 7 2D 32
Octal 272 124 107 0 67 76 33 7 55 62
Binary 10111010 1010100 1000111 0 110111 111110 11011 111 101101 110010

Color Harmonies of #BA5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5447

Black with #BA5447

Text Example


Text Example

White with #BA5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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