Html Css Color HEX #BA5249 Chestnut

📋 copy color: '#BA5249'

red 186 ◦ green 82 ◦ blue 73

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

Shades of Chestnut #BA5249

Tints of Chestnut #BA5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

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

R = 54.55%
G = 24.05%
B = 21.41%

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

#BA5249 (or 0xBA5249) is known color: Chestnut. HEX triplet: BA, 52 and 49. RGB value is (186,82,73). Sum of RGB (Red+Green+Blue) = 186+82+73=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5249 is #45ADB6. Grayscale: #707070. Windows color (decimal): -4566455 or 4805306. OLE color: 4805306.

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

Color convert

RGB 186 82 73 -
CMYK 0 0.56 0.61 0.27
HSL 4.78º 0.45% 0.51% -
HSV(B) 4.78º 0.61% 0.73% -
XYZ 24.47 16.95 8.29 -
YUV 112.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 186 82 73 0 0.56 0.61 0.27 4.78 0.45 0.51
Hex BA 52 49 0 38 3D 1B 5 2D 33
Octal 272 122 111 0 70 75 33 5 55 63
Binary 10111010 1010010 1001001 0 111000 111101 11011 101 101101 110011

Color Harmonies of #BA5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5249

Black with #BA5249

Text Example


Text Example

White with #BA5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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