#BE7454

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

Shades of Red Damask #BE7454

Tints of Red Damask #BE7454

Color information

#BE7454 (or 0xBE7454) is unknown color: approx Red Damask. HEX triplet: BE, 74 and 54. RGB value is (190,116,84). Sum of RGB (Red+Green+Blue) = 190+116+84=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7454 is #418BAB. Grayscale: #868686. Windows color (decimal): -4295596 or 5534910. OLE color: 5534910.

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

Color convert

RGB19011684-
CMYK00.390.560.25
HSL18.11º44.92%53.73%-
HSV(B)18.11º55.79%74.51%-
XYZ29.0824.0811.5-
YUV134.4899.52167.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=48.72%
G=29.74%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901168400.390.560.2518.1144.9253.73
HexBE74540273819122d36
Octal2761641240477031225566
Binary101111101110100101010001001111110001100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7454; }

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

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

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

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

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

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

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

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