#BE704E

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

Shades of Red Damask #BE704E

Tints of Red Damask #BE704E

Color information

#BE704E (or 0xBE704E) is unknown color: approx Red Damask. HEX triplet: BE, 70 and 4E. RGB value is (190,112,78). Sum of RGB (Red+Green+Blue) = 190+112+78=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE704E is #418FB1. Grayscale: #838383. Windows color (decimal): -4296626 or 5140670. OLE color: 5140670.

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

Color convert

RGB19011278-
CMYK00.410.590.25
HSL18.21º46.28%52.55%-
HSV(B)18.21º58.95%74.51%-
XYZ28.423.0910.17-
YUV131.4597.84169.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=50%
G=29.47%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901127800.410.590.2518.2146.2852.55
HexBE704E0293B19122e35
Octal2761601160517331225665
Binary101111101110000100111001010011110111100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE704E; }

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

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

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

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

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

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

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

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