#BE4842

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

Shades of Chestnut #BE4842

Tints of Chestnut #BE4842

Color information

#BE4842 (or 0xBE4842) is unknown color: approx Chestnut. HEX triplet: BE, 48 and 42. RGB value is (190,72,66). Sum of RGB (Red+Green+Blue) = 190+72+66=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4842 is #41B7BD. Grayscale: #6A6A6A. Windows color (decimal): -4306878 or 4343998. OLE color: 4343998.

HSL color Cylindrical-coordinate representation of color #BE4842: hue angle of 2.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4842 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1907266-
CMYK00.620.650.25
HSL2.9º48.82%50.2%-
HSV(B)2.9º65.26%74.51%-
XYZ24.5415.986.94-
YUV106.6105.09187.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=57.93%
G=21.95%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190726600.620.650.252.948.8250.2
HexBE484203E411933132
Octal2761101020761013136162
Binary1011111010010001000010011111010000011100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4842; }

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

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

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

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

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

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

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

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