#BE7054

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

Shades of Red Damask #BE7054

Tints of Red Damask #BE7054

Color information

#BE7054 (or 0xBE7054) is unknown color: approx Red Damask. HEX triplet: BE, 70 and 54. RGB value is (190,112,84). Sum of RGB (Red+Green+Blue) = 190+112+84=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7054 is #418FAB. Grayscale: #848484. Windows color (decimal): -4296620 or 5533886. OLE color: 5533886.

HSL color Cylindrical-coordinate representation of color #BE7054: hue angle of 15.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE7054 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19011284-
CMYK00.410.560.25
HSL15.85º44.92%53.73%-
HSV(B)15.85º55.79%74.51%-
XYZ28.6323.1811.35-
YUV132.13100.84169.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=49.22%
G=29.02%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901128400.410.560.2515.8544.9253.73
HexBE70540293819102d36
Octal2761601240517031205566
Binary101111101110000101010001010011110001100110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7054; }

 p { color: rgb(190,112,84); }

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

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

 a { background-color: rgb(190,112,84); }

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

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

 span { border-color: rgb(190,112,84); }

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