#BE403F

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

Shades of Chestnut #BE403F

Tints of Chestnut #BE403F

Color information

#BE403F (or 0xBE403F) is unknown color: approx Chestnut. HEX triplet: BE, 40 and 3F. RGB value is (190,64,63). Sum of RGB (Red+Green+Blue) = 190+64+63=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403F is #41BFC0. Grayscale: #656565. Windows color (decimal): -4308929 or 4145342. OLE color: 4145342.

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

Color convert

RGB1906463-
CMYK00.660.670.25
HSL0.47º50.2%49.61%-
HSV(B)0.47º66.84%74.51%-
XYZ23.9714.976.33-
YUV101.56106.24191.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.94%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 63 (25% from 255) = 19.87%
R=59.94%
G=20.19%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190646300.660.670.250.4750.249.61
HexBE403F042431903232
Octal2761007701021033106262
Binary101111101000000111111010000101000011110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE403F; }

 p { color: rgb(190,64,63); }

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

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

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

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

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

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

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