#BE7049

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

Shades of Red Damask #BE7049

Tints of Red Damask #BE7049

Color information

#BE7049 (or 0xBE7049) is unknown color: approx Red Damask. HEX triplet: BE, 70 and 49. RGB value is (190,112,73). Sum of RGB (Red+Green+Blue) = 190+112+73=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7049 is #418FB6. Grayscale: #838383. Windows color (decimal): -4296631 or 4812990. OLE color: 4812990.

HSL color Cylindrical-coordinate representation of color #BE7049: hue angle of 20º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE7049 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19011273-
CMYK00.410.620.25
HSL20º47.37%51.57%-
HSV(B)20º61.58%74.51%-
XYZ28.2323.029.26-
YUV130.8895.34170.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=50.67%
G=29.87%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901127300.410.620.252047.3751.57
HexBE70490293E19142f34
Octal2761601110517631245764
Binary101111101110000100100101010011111101100110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7049; }

 p { color: rgb(190,112,73); }

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

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

 a { background-color: rgb(190,112,73); }

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

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

 span { border-color: rgb(190,112,73); }

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