#BE4640

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

Shades of Chestnut #BE4640

Tints of Chestnut #BE4640

Color information

#BE4640 (or 0xBE4640) is unknown color: approx Chestnut. HEX triplet: BE, 46 and 40. RGB value is (190,70,64). Sum of RGB (Red+Green+Blue) = 190+70+64=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4640 is #41B9BF. Grayscale: #696969. Windows color (decimal): -4307392 or 4212414. OLE color: 4212414.

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

Color convert

RGB1907064-
CMYK00.630.660.25
HSL2.86º49.61%49.8%-
HSV(B)2.86º66.32%74.51%-
XYZ24.3515.76.6-
YUV105.2104.76188.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=58.64%
G=21.60%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190706400.630.660.252.8649.6149.8
HexBE464003F421933232
Octal2761061000771023136262
Binary1011111010001101000000011111110000101100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4640; }

 p { color: rgb(190,70,64); }

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

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

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

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

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

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

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