#ba483f

Color #BA483F Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #BA483F

Tints of Chestnut #BA483F

Color information

#BA483F (or 0xBA483F) is unknown color: approx Chestnut. HEX triplet: BA, 48 and 3F. RGB value is (186,72,63). Sum of RGB (Red+Green+Blue) = 186+72+63=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA483F is #45B7C0. Grayscale: #696969. Windows color (decimal): -4569025 or 4147386. OLE color: 4147386.

HSL color Cylindrical-coordinate representation of color #BA483F: hue angle of 4.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA483F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1867263-
CMYK00.610.660.27
HSL4.39º49.4%48.82%-
HSV(B)4.39º66.13%72.94%-
XYZ23.4615.436.44-
YUV105.06104.27185.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 63 (25% from 255) = 19.63%
R=57.94%
G=22.43%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186726300.610.660.274.3949.448.82
HexBA483F03D421B43131
Octal272110770751023346161
Binary1011101010010001111110111101100001011011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba483f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba483f; }

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

 H1.HeaderClassName
 {
   color: #ba483f;
 }
 .AnyTagClassName
 {
   color: #ba483f;
 }
</style>
background-color css

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

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

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

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

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

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