#BE4642

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

Shades of Chestnut #BE4642

Tints of Chestnut #BE4642

Color information

#BE4642 (or 0xBE4642) is unknown color: approx Chestnut. HEX triplet: BE, 46 and 42. RGB value is (190,70,66). Sum of RGB (Red+Green+Blue) = 190+70+66=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4642 is #41B9BD. Grayscale: #696969. Windows color (decimal): -4307390 or 4343486. OLE color: 4343486.

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

Color convert

RGB1907066-
CMYK00.630.650.25
HSL1.94º48.82%50.2%-
HSV(B)1.94º65.26%74.51%-
XYZ24.4115.726.9-
YUV105.42105.76188.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=58.28%
G=21.47%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190706600.630.650.251.9448.8250.2
HexBE464203F411923132
Octal2761061020771013126162
Binary1011111010001101000010011111110000011100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4642; }

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

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

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

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

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

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

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

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