#BE4444

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

Shades of Chestnut #BE4444

Tints of Chestnut #BE4444

Color information

#BE4444 (or 0xBE4444) is unknown color: approx Chestnut. HEX triplet: BE, 44 and 44. RGB value is (190,68,68). Sum of RGB (Red+Green+Blue) = 190+68+68=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4444 is #41BBBB. Grayscale: #686868. Windows color (decimal): -4307900 or 4474046. OLE color: 4474046.

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

Color convert

RGB1906868-
CMYK00.640.640.25
HSL48.41%50.59%-
HSV(B)64.21%74.51%-
XYZ24.3515.57.18-
YUV104.48107.42189-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=58.28%
G=20.86%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190686800.640.640.25048.4150.59
HexBE4444040401903033
Octal27610410401001003106063
Binary1011111010001001000100010000001000000110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4444; }

 p { color: rgb(190,68,68); }

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

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

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

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

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

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

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