#BA4B46

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

Shades of Chestnut #BA4B46

Tints of Chestnut #BA4B46

Color information

#BA4B46 (or 0xBA4B46) is unknown color: approx Chestnut. HEX triplet: BA, 4B and 46. RGB value is (186,75,70). Sum of RGB (Red+Green+Blue) = 186+75+70=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B46 is #45B4B9. Grayscale: #6B6B6B. Windows color (decimal): -4568250 or 4606906. OLE color: 4606906.

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

Color convert

RGB1867570-
CMYK00.600.620.27
HSL2.59º45.67%50.2%-
HSV(B)2.59º62.37%72.94%-
XYZ23.8715.917.61-
YUV107.62106.77183.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=56.19%
G=22.66%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186757000.600.620.272.5945.6750.2
HexBA4B4603C3E1B32e32
Octal272113106074763335662
Binary101110101001011100011001111001111101101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B46; }

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

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

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

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

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

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

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

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