#BA504B

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

Shades of Chestnut #BA504B

Tints of Chestnut #BA504B

Color information

#BA504B (or 0xBA504B) is unknown color: approx Chestnut. HEX triplet: BA, 50 and 4B. RGB value is (186,80,75). Sum of RGB (Red+Green+Blue) = 186+80+75=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA504B is #45AFB4. Grayscale: #6F6F6F. Windows color (decimal): -4566965 or 4935866. OLE color: 4935866.

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

Color convert

RGB1868075-
CMYK00.570.600.27
HSL2.7º44.58%51.18%-
HSV(B)2.7º59.68%72.94%-
XYZ24.3916.688.59-
YUV111.12107.62181.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=54.55%
G=23.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186807500.570.600.272.744.5851.18
HexBA504B0393C1B32d33
Octal272120113071743335563
Binary101110101010000100101101110011111001101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA504B; }

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

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

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

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

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

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

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

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