#BE7650

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

Shades of Red Damask #BE7650

Tints of Red Damask #BE7650

Color information

#BE7650 (or 0xBE7650) is unknown color: approx Red Damask. HEX triplet: BE, 76 and 50. RGB value is (190,118,80). Sum of RGB (Red+Green+Blue) = 190+118+80=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7650 is #4189AF. Grayscale: #878787. Windows color (decimal): -4295088 or 5273278. OLE color: 5273278.

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

Color convert

RGB19011880-
CMYK00.380.580.25
HSL20.73º45.83%52.94%-
HSV(B)20.73º57.89%74.51%-
XYZ29.1624.4810.78-
YUV135.296.85167.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=48.97%
G=30.41%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901188000.380.580.2520.7345.8352.94
HexBE76500263A19152e35
Octal2761661200467231255665
Binary101111101110110101000001001101110101100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7650; }

 p { color: rgb(190,118,80); }

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

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

 a { background-color: rgb(190,118,80); }

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

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

 span { border-color: rgb(190,118,80); }

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