#BF4240

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

Shades of Chestnut #BF4240

Tints of Chestnut #BF4240

Color information

#BF4240 (or 0xBF4240) is unknown color: approx Chestnut. HEX triplet: BF, 42 and 40. RGB value is (191,66,64). Sum of RGB (Red+Green+Blue) = 191+66+64=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4240 is #40BDBF. Grayscale: #676767. Windows color (decimal): -4242880 or 4211391. OLE color: 4211391.

HSL color Cylindrical-coordinate representation of color #BF4240: hue angle of 0.94º 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 #BF4240 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1916664-
CMYK00.650.660.25
HSL0.94º49.8%50%-
HSV(B)0.94º66.49%74.9%-
XYZ24.3615.346.53-
YUV103.15105.91190.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=59.50%
G=20.56%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191666400.650.660.250.9449.850
HexBF4240041421913232
Octal27710210001011023116262
Binary1011111110000101000000010000011000010110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4240; }

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

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

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

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

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

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

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

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