#BE4440

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

Shades of Chestnut #BE4440

Tints of Chestnut #BE4440

Color information

#BE4440 (or 0xBE4440) is unknown color: approx Chestnut. HEX triplet: BE, 44 and 40. RGB value is (190,68,64). Sum of RGB (Red+Green+Blue) = 190+68+64=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4440 is #41BBBF. Grayscale: #686868. Windows color (decimal): -4307904 or 4211902. OLE color: 4211902.

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

Color convert

RGB1906864-
CMYK00.640.660.25
HSL1.9º49.61%49.8%-
HSV(B)1.9º66.32%74.51%-
XYZ24.2315.456.56-
YUV104.02105.42189.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=59.01%
G=21.12%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190686400.640.660.251.949.6149.8
HexBE4440040421923232
Octal27610410001001023126262
Binary10111110100010010000000100000010000101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4440; }

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

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

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

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

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

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

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

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