#BE7550

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

Shades of Red Damask #BE7550

Tints of Red Damask #BE7550

Color information

#BE7550 (or 0xBE7550) is unknown color: approx Red Damask. HEX triplet: BE, 75 and 50. RGB value is (190,117,80). Sum of RGB (Red+Green+Blue) = 190+117+80=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7550 is #418AAF. Grayscale: #868686. Windows color (decimal): -4295344 or 5273022. OLE color: 5273022.

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

Color convert

RGB19011780-
CMYK00.380.580.25
HSL20.18º45.83%52.94%-
HSV(B)20.18º57.89%74.51%-
XYZ29.0424.2510.74-
YUV134.6197.18167.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=49.10%
G=30.23%
B=20.67%

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
Decimal1901178000.380.580.2520.1845.8352.94
HexBE75500263A19142e35
Octal2761651200467231245665
Binary101111101110101101000001001101110101100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7550; }

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

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

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

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

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

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

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

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