#BE6A46

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

Shades of Red Damask #BE6A46

Tints of Red Damask #BE6A46

Color information

#BE6A46 (or 0xBE6A46) is unknown color: approx Red Damask. HEX triplet: BE, 6A and 46. RGB value is (190,106,70). Sum of RGB (Red+Green+Blue) = 190+106+70=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A46 is #4195B9. Grayscale: #7F7F7F. Windows color (decimal): -4298170 or 4614846. OLE color: 4614846.

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

Color convert

RGB19010670-
CMYK00.440.630.25
HSL18º48%50.98%-
HSV(B)18º63.16%74.51%-
XYZ27.4921.78.53-
YUV127.0195.83172.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=51.91%
G=28.96%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901067000.440.630.25184850.98
HexBE6A4602C3F19123033
Octal2761521060547731226063
Binary101111101101010100011001011001111111100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A46; }

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

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

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

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

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

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

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

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