#BE4742

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

Shades of Chestnut #BE4742

Tints of Chestnut #BE4742

Color information

#BE4742 (or 0xBE4742) is unknown color: approx Chestnut. HEX triplet: BE, 47 and 42. RGB value is (190,71,66). Sum of RGB (Red+Green+Blue) = 190+71+66=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4742 is #41B8BD. Grayscale: #6A6A6A. Windows color (decimal): -4307134 or 4343742. OLE color: 4343742.

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

Color convert

RGB1907166-
CMYK00.630.650.25
HSL2.42º48.82%50.2%-
HSV(B)2.42º65.26%74.51%-
XYZ24.4715.856.92-
YUV106.01105.42187.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=58.10%
G=21.71%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190716600.630.650.252.4248.8250.2
HexBE474203F411923132
Octal2761071020771013126162
Binary1011111010001111000010011111110000011100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4742; }

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

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

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

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

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

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

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

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