#BE6846

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

Shades of Red Damask #BE6846

Tints of Red Damask #BE6846

Color information

#BE6846 (or 0xBE6846) is unknown color: approx Red Damask. HEX triplet: BE, 68 and 46. RGB value is (190,104,70). Sum of RGB (Red+Green+Blue) = 190+104+70=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6846 is #4197B9. Grayscale: #7E7E7E. Windows color (decimal): -4298682 or 4614334. OLE color: 4614334.

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

Color convert

RGB19010470-
CMYK00.450.630.25
HSL17º48%50.98%-
HSV(B)17º63.16%74.51%-
XYZ27.2921.298.47-
YUV125.8496.49173.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=52.20%
G=28.57%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901047000.450.630.25174850.98
HexBE684602D3F19113033
Octal2761501060557731216063
Binary101111101101000100011001011011111111100110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6846; }

 p { color: rgb(190,104,70); }

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

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

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

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

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

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

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