#BA4743

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

Shades of Chestnut #BA4743

Tints of Chestnut #BA4743

Color information

#BA4743 (or 0xBA4743) is unknown color: approx Chestnut. HEX triplet: BA, 47 and 43. RGB value is (186,71,67). Sum of RGB (Red+Green+Blue) = 186+71+67=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4743 is #45B8BC. Grayscale: #696969. Windows color (decimal): -4569277 or 4409274. OLE color: 4409274.

HSL color Cylindrical-coordinate representation of color #BA4743: hue angle of 2.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4743 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1867167-
CMYK00.620.640.27
HSL2.02º47.04%49.61%-
HSV(B)2.02º63.98%72.94%-
XYZ23.5215.357.03-
YUV104.93106.6185.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=57.41%
G=21.91%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186716700.620.640.272.0247.0449.61
HexBA474303E401B22f32
Octal2721071030761003325762
Binary1011101010001111000011011111010000001101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4743; }

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

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

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

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

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

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

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

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