#BE4241

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

Shades of Chestnut #BE4241

Tints of Chestnut #BE4241

Color information

#BE4241 (or 0xBE4241) is unknown color: approx Chestnut. HEX triplet: BE, 42 and 41. RGB value is (190,66,65). Sum of RGB (Red+Green+Blue) = 190+66+65=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4241 is #41BDBE. Grayscale: #676767. Windows color (decimal): -4308415 or 4276926. OLE color: 4276926.

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

Color convert

RGB1906665-
CMYK00.650.660.25
HSL0.48º49.02%50%-
HSV(B)0.48º65.79%74.51%-
XYZ24.1415.236.67-
YUV102.96106.58190.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=59.19%
G=20.56%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190666500.650.660.250.4849.0250
HexBE4241041421903132
Octal27610210101011023106162
Binary1011111010000101000001010000011000010110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4241; }

 p { color: rgb(190,66,65); }

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

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

 a { background-color: rgb(190,66,65); }

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

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

 span { border-color: rgb(190,66,65); }

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