#BA4B4A

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

Shades of Chestnut #BA4B4A

Tints of Chestnut #BA4B4A

Color information

#BA4B4A (or 0xBA4B4A) is unknown color: approx Chestnut. HEX triplet: BA, 4B and 4A. RGB value is (186,75,74). Sum of RGB (Red+Green+Blue) = 186+75+74=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B4A is #45B4B5. Grayscale: #6C6C6C. Windows color (decimal): -4568246 or 4869050. OLE color: 4869050.

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

Color convert

RGB1867574-
CMYK00.600.600.27
HSL0.54º44.8%50.98%-
HSV(B)0.54º60.22%72.94%-
XYZ2415.978.3-
YUV108.07108.77183.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=55.52%
G=22.39%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186757400.600.600.270.5444.850.98
HexBA4B4A03C3C1B12d33
Octal272113112074743315563
Binary10111010100101110010100111100111100110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B4A; }

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

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

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

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

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

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

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

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