#BE4A40

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

Shades of Chestnut #BE4A40

Tints of Chestnut #BE4A40

Color information

#BE4A40 (or 0xBE4A40) is unknown color: approx Chestnut. HEX triplet: BE, 4A and 40. RGB value is (190,74,64). Sum of RGB (Red+Green+Blue) = 190+74+64=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A40 is #41B5BF. Grayscale: #6B6B6B. Windows color (decimal): -4306368 or 4213438. OLE color: 4213438.

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

Color convert

RGB1907464-
CMYK00.610.660.25
HSL4.76º49.61%49.8%-
HSV(B)4.76º66.32%74.51%-
XYZ24.6116.216.68-
YUV107.54103.43186.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=57.93%
G=22.56%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190746400.610.660.254.7649.6149.8
HexBE4A4003D421953232
Octal2761121000751023156262
Binary10111110100101010000000111101100001011001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A40; }

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

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

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

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

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

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

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

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