#BA4F4B

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

Shades of Chestnut #BA4F4B

Tints of Chestnut #BA4F4B

Color information

#BA4F4B (or 0xBA4F4B) is unknown color: approx Chestnut. HEX triplet: BA, 4F and 4B. RGB value is (186,79,75). Sum of RGB (Red+Green+Blue) = 186+79+75=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F4B is #45B0B4. Grayscale: #6E6E6E. Windows color (decimal): -4567221 or 4935610. OLE color: 4935610.

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

Color convert

RGB1867975-
CMYK00.580.600.27
HSL2.16º44.58%51.18%-
HSV(B)2.16º59.68%72.94%-
XYZ24.3216.548.57-
YUV110.54107.95181.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=54.71%
G=23.24%
B=22.06%

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
Decimal186797500.580.600.272.1644.5851.18
HexBA4F4B03A3C1B22d33
Octal272117113072743325563
Binary101110101001111100101101110101111001101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F4B; }

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

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

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

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

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

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

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

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