#BE4B3F

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

Shades of Chestnut #BE4B3F

Tints of Chestnut #BE4B3F

Color information

#BE4B3F (or 0xBE4B3F) is unknown color: approx Chestnut. HEX triplet: BE, 4B and 3F. RGB value is (190,75,63). Sum of RGB (Red+Green+Blue) = 190+75+63=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B3F is #41B4C0. Grayscale: #6C6C6C. Windows color (decimal): -4306113 or 4148158. OLE color: 4148158.

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

Color convert

RGB1907563-
CMYK00.610.670.25
HSL5.67º50.2%49.61%-
HSV(B)5.67º66.84%74.51%-
XYZ24.6516.346.56-
YUV108.02102.6186.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 63 (25% from 255) = 19.21%
R=57.93%
G=22.87%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190756300.610.670.255.6750.249.61
HexBE4B3F03D431963232
Octal276113770751033166262
Binary1011111010010111111110111101100001111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B3F; }

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

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

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

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

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

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

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

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