#BE4F40

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

Shades of Chestnut #BE4F40

Tints of Chestnut #BE4F40

Color information

#BE4F40 (or 0xBE4F40) is unknown color: approx Chestnut. HEX triplet: BE, 4F and 40. RGB value is (190,79,64). Sum of RGB (Red+Green+Blue) = 190+79+64=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F40 is #41B0BF. Grayscale: #6E6E6E. Windows color (decimal): -4305088 or 4214718. OLE color: 4214718.

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

Color convert

RGB1907964-
CMYK00.580.660.25
HSL7.14º49.61%49.8%-
HSV(B)7.14º66.32%74.51%-
XYZ24.9616.916.8-
YUV110.48101.77184.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=57.06%
G=23.72%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190796400.580.660.257.1449.6149.8
HexBE4F4003A421973232
Octal2761171000721023176262
Binary10111110100111110000000111010100001011001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F40; }

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

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

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

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

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

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

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

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