Html Css Color HEX #BA4847 Chestnut

📋 copy color: '#BA4847'

red 186 ◦ green 72 ◦ blue 71

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

Shades of Chestnut #BA4847

Tints of Chestnut #BA4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 56.53%
G = 21.88%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4847 (or 0xBA4847) is known color: Chestnut. HEX triplet: BA, 48 and 47. RGB value is (186,72,71). Sum of RGB (Red+Green+Blue) = 186+72+71=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4847 is #45B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4569017 or 4671674. OLE color: 4671674.

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

Color convert

RGB 186 72 71 -
CMYK 0 0.61 0.62 0.27
HSL 0.52º 0.45% 0.5% -
HSV(B) 0.52º 0.62% 0.73% -
XYZ 23.7 15.53 7.71 -
YUV 105.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 186 72 71 0 0.61 0.62 0.27 0.52 0.45 0.5
Hex BA 48 47 0 3D 3E 1B 1 2D 32
Octal 272 110 107 0 75 76 33 1 55 62
Binary 10111010 1001000 1000111 0 111101 111110 11011 1 101101 110010

Color Harmonies of #BA4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4847

Black with #BA4847

Text Example


Text Example

White with #BA4847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4847; }

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

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

background-color css

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

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

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

border-color css

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

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

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