Html Css Color HEX #BA5048 Chestnut

📋 copy color: '#BA5048'

red 186 ◦ green 80 ◦ blue 72

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

Shades of Chestnut #BA5048

Tints of Chestnut #BA5048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 55.03%
G = 23.67%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5048 (or 0xBA5048) is known color: Chestnut. HEX triplet: BA, 50 and 48. RGB value is (186,80,72). Sum of RGB (Red+Green+Blue) = 186+80+72=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5048 is #45AFB7. Grayscale: #6E6E6E. Windows color (decimal): -4566968 or 4739258. OLE color: 4739258.

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

Color convert

RGB 186 80 72 -
CMYK 0 0.57 0.61 0.27
HSL 4.21º 0.45% 0.51% -
HSV(B) 4.21º 0.61% 0.73% -
XYZ 24.29 16.64 8.06 -
YUV 110.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 186 80 72 0 0.57 0.61 0.27 4.21 0.45 0.51
Hex BA 50 48 0 39 3D 1B 4 2D 33
Octal 272 120 110 0 71 75 33 4 55 63
Binary 10111010 1010000 1001000 0 111001 111101 11011 100 101101 110011

Color Harmonies of #BA5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5048

Black with #BA5048

Text Example


Text Example

White with #BA5048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5048; }

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

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

background-color css

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

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

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

border-color css

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

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

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