#BE4943

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

Shades of Chestnut #BE4943

Tints of Chestnut #BE4943

Color information

#BE4943 (or 0xBE4943) is unknown color: approx Chestnut. HEX triplet: BE, 49 and 43. RGB value is (190,73,67). Sum of RGB (Red+Green+Blue) = 190+73+67=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4943 is #41B6BC. Grayscale: #6B6B6B. Windows color (decimal): -4306621 or 4409790. OLE color: 4409790.

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

Color convert

RGB1907367-
CMYK00.620.650.25
HSL2.93º48.62%50.39%-
HSV(B)2.93º64.74%74.51%-
XYZ24.6316.127.12-
YUV107.3105.26186.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=57.58%
G=22.12%
B=20.30%

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
Decimal190736700.620.650.252.9348.6250.39
HexBE494303E411933132
Octal2761111030761013136162
Binary1011111010010011000011011111010000011100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4943; }

 p { color: rgb(190,73,67); }

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

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

 a { background-color: rgb(190,73,67); }

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

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

 span { border-color: rgb(190,73,67); }

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