#be754e

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

Shades of Red Damask #BE754E

Tints of Red Damask #BE754E

Color information

#BE754E (or 0xBE754E) is unknown color: approx Red Damask. HEX triplet: BE, 75 and 4E. RGB value is (190,117,78). Sum of RGB (Red+Green+Blue) = 190+117+78=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE754E is #418AB1. Grayscale: #868686. Windows color (decimal): -4295346 or 5141950. OLE color: 5141950.

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

Color convert

RGB19011778-
CMYK00.380.590.25
HSL20.89º46.28%52.55%-
HSV(B)20.89º58.95%74.51%-
XYZ28.9724.2210.36-
YUV134.3896.18167.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=49.35%
G=30.39%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901177800.380.590.2520.8946.2852.55
HexBE754E0263B19152e35
Octal2761651160467331255665
Binary101111101110101100111001001101110111100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be754e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be754e; }

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

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

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

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

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

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

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

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