#BE7750

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

Shades of Red Damask #BE7750

Tints of Red Damask #BE7750

Color information

#BE7750 (or 0xBE7750) is unknown color: approx Red Damask. HEX triplet: BE, 77 and 50. RGB value is (190,119,80). Sum of RGB (Red+Green+Blue) = 190+119+80=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7750 is #4188AF. Grayscale: #888888. Windows color (decimal): -4294832 or 5273534. OLE color: 5273534.

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

Color convert

RGB19011980-
CMYK00.370.580.25
HSL21.27º45.83%52.94%-
HSV(B)21.27º57.89%74.51%-
XYZ29.2824.7210.82-
YUV135.7896.52166.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=48.84%
G=30.59%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901198000.370.580.2521.2745.8352.94
HexBE77500253A19152e35
Octal2761671200457231255665
Binary101111101110111101000001001011110101100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7750; }

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

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

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

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

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

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

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

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