#BE744E

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

Shades of Red Damask #BE744E

Tints of Red Damask #BE744E

Color information

#BE744E (or 0xBE744E) is unknown color: approx Red Damask. HEX triplet: BE, 74 and 4E. RGB value is (190,116,78). Sum of RGB (Red+Green+Blue) = 190+116+78=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE744E is #418BB1. Grayscale: #868686. Windows color (decimal): -4295602 or 5141694. OLE color: 5141694.

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

Color convert

RGB19011678-
CMYK00.390.590.25
HSL20.36º46.28%52.55%-
HSV(B)20.36º58.95%74.51%-
XYZ28.8623.9910.32-
YUV133.7996.52168.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=49.48%
G=30.21%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901167800.390.590.2520.3646.2852.55
HexBE744E0273B19142e35
Octal2761641160477331245665
Binary101111101110100100111001001111110111100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE744E; }

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

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

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

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

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

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

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

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