#BE4C40

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

Shades of Chestnut #BE4C40

Tints of Chestnut #BE4C40

Color information

#BE4C40 (or 0xBE4C40) is unknown color: approx Chestnut. HEX triplet: BE, 4C and 40. RGB value is (190,76,64). Sum of RGB (Red+Green+Blue) = 190+76+64=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C40 is #41B3BF. Grayscale: #6C6C6C. Windows color (decimal): -4305856 or 4213950. OLE color: 4213950.

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

Color convert

RGB1907664-
CMYK00.600.660.25
HSL5.71º49.61%49.8%-
HSV(B)5.71º66.32%74.51%-
XYZ24.7516.496.73-
YUV108.72102.77185.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=57.58%
G=23.03%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190766400.600.660.255.7149.6149.8
HexBE4C4003C421963232
Octal2761141000741023166262
Binary10111110100110010000000111100100001011001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4C40; }

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

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

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

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

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

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

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

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