#BE4840

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

Shades of Chestnut #BE4840

Tints of Chestnut #BE4840

Color information

#BE4840 (or 0xBE4840) is unknown color: approx Chestnut. HEX triplet: BE, 48 and 40. RGB value is (190,72,64). Sum of RGB (Red+Green+Blue) = 190+72+64=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4840 is #41B7BF. Grayscale: #6A6A6A. Windows color (decimal): -4306880 or 4212926. OLE color: 4212926.

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

Color convert

RGB1907264-
CMYK00.620.660.25
HSL3.81º49.61%49.8%-
HSV(B)3.81º66.32%74.51%-
XYZ24.4815.956.64-
YUV106.37104.09187.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=58.28%
G=22.09%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190726400.620.660.253.8149.6149.8
HexBE484003E421943232
Octal2761101000761023146262
Binary10111110100100010000000111110100001011001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4840; }

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

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

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

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

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

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

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

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