#BE4540

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

Shades of Chestnut #BE4540

Tints of Chestnut #BE4540

Color information

#BE4540 (or 0xBE4540) is unknown color: approx Chestnut. HEX triplet: BE, 45 and 40. RGB value is (190,69,64). Sum of RGB (Red+Green+Blue) = 190+69+64=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4540 is #41BABF. Grayscale: #686868. Windows color (decimal): -4307648 or 4212158. OLE color: 4212158.

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

Color convert

RGB1906964-
CMYK00.640.660.25
HSL2.38º49.61%49.8%-
HSV(B)2.38º66.32%74.51%-
XYZ24.2915.576.58-
YUV104.61105.09188.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=58.82%
G=21.36%
B=19.81%

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
Decimal190696400.640.660.252.3849.6149.8
HexBE4540040421923232
Octal27610510001001023126262
Binary10111110100010110000000100000010000101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4540; }

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

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

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

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

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

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

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

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