#BA4E4B

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

Shades of Chestnut #BA4E4B

Tints of Chestnut #BA4E4B

Color information

#BA4E4B (or 0xBA4E4B) is unknown color: approx Chestnut. HEX triplet: BA, 4E and 4B. RGB value is (186,78,75). Sum of RGB (Red+Green+Blue) = 186+78+75=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E4B is #45B1B4. Grayscale: #6E6E6E. Windows color (decimal): -4567477 or 4935354. OLE color: 4935354.

HSL color Cylindrical-coordinate representation of color #BA4E4B: hue angle of 1.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4E4B is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1867875-
CMYK00.580.600.27
HSL1.62º44.58%51.18%-
HSV(B)1.62º59.68%72.94%-
XYZ24.2416.48.54-
YUV109.95108.28182.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=54.87%
G=23.01%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186787500.580.600.271.6244.5851.18
HexBA4E4B03A3C1B22d33
Octal272116113072743325563
Binary101110101001110100101101110101111001101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E4B; }

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

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

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

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

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

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

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

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