#BE4E42

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

Shades of Chestnut #BE4E42

Tints of Chestnut #BE4E42

Color information

#BE4E42 (or 0xBE4E42) is unknown color: approx Chestnut. HEX triplet: BE, 4E and 42. RGB value is (190,78,66). Sum of RGB (Red+Green+Blue) = 190+78+66=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E42 is #41B1BD. Grayscale: #6E6E6E. Windows color (decimal): -4305342 or 4345534. OLE color: 4345534.

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

Color convert

RGB1907866-
CMYK00.590.650.25
HSL5.81º48.82%50.2%-
HSV(B)5.81º65.26%74.51%-
XYZ24.9416.797.08-
YUV110.12103.11184.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=56.89%
G=23.35%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190786600.590.650.255.8148.8250.2
HexBE4E4203B411963132
Octal2761161020731013166162
Binary10111110100111010000100111011100000111001110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E42; }

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

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

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

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

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

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

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

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