#BE423F

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

Shades of Chestnut #BE423F

Tints of Chestnut #BE423F

Color information

#BE423F (or 0xBE423F) is unknown color: approx Chestnut. HEX triplet: BE, 42 and 3F. RGB value is (190,66,63). Sum of RGB (Red+Green+Blue) = 190+66+63=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE423F is #41BDC0. Grayscale: #666666. Windows color (decimal): -4308417 or 4145854. OLE color: 4145854.

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

Color convert

RGB1906663-
CMYK00.650.670.25
HSL1.42º50.2%49.61%-
HSV(B)1.42º66.84%74.51%-
XYZ24.0815.26.37-
YUV102.73105.58190.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 63 (25% from 255) = 19.75%
R=59.56%
G=20.69%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190666300.650.670.251.4250.249.61
HexBE423F041431913232
Octal2761027701011033116262
Binary101111101000010111111010000011000011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE423F; }

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

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

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

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

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

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

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

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