#BA4B43

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

Shades of Chestnut #BA4B43

Tints of Chestnut #BA4B43

Color information

#BA4B43 (or 0xBA4B43) is unknown color: approx Chestnut. HEX triplet: BA, 4B and 43. RGB value is (186,75,67). Sum of RGB (Red+Green+Blue) = 186+75+67=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B43 is #45B4BC. Grayscale: #6B6B6B. Windows color (decimal): -4568253 or 4410298. OLE color: 4410298.

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

Color convert

RGB1867567-
CMYK00.600.640.27
HSL4.03º47.04%49.61%-
HSV(B)4.03º63.98%72.94%-
XYZ23.7815.887.12-
YUV107.28105.27184.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=56.71%
G=22.87%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186756700.600.640.274.0347.0449.61
HexBA4B4303C401B42f32
Octal2721131030741003345762
Binary10111010100101110000110111100100000011011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B43; }

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

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

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

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

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

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

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

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