#BF4040

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

Shades of Chestnut #BF4040

Tints of Chestnut #BF4040

Color information

#BF4040 (or 0xBF4040) is unknown color: approx Chestnut. HEX triplet: BF, 40 and 40. RGB value is (191,64,64). Sum of RGB (Red+Green+Blue) = 191+64+64=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4040 is #40BFBF. Grayscale: #666666. Windows color (decimal): -4243392 or 4210879. OLE color: 4210879.

HSL color Cylindrical-coordinate representation of color #BF4040: hue angle of 0º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4040 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1916464-
CMYK00.660.660.25
HSL49.8%50%-
HSV(B)66.49%74.9%-
XYZ24.2415.116.49-
YUV101.97106.58191.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=59.87%
G=20.06%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191646400.660.660.25049.850
HexBF4040042421903232
Octal27710010001021023106262
Binary1011111110000001000000010000101000010110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4040; }

 p { color: rgb(191,64,64); }

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

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

 a { background-color: rgb(191,64,64); }

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

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

 span { border-color: rgb(191,64,64); }

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