#BE7554

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

Shades of Red Damask #BE7554

Tints of Red Damask #BE7554

Color information

#BE7554 (or 0xBE7554) is unknown color: approx Red Damask. HEX triplet: BE, 75 and 54. RGB value is (190,117,84). Sum of RGB (Red+Green+Blue) = 190+117+84=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7554 is #418AAB. Grayscale: #878787. Windows color (decimal): -4295340 or 5535166. OLE color: 5535166.

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

Color convert

RGB19011784-
CMYK00.380.560.25
HSL18.68º44.92%53.73%-
HSV(B)18.68º55.79%74.51%-
XYZ29.224.3111.54-
YUV135.0699.18167.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=48.59%
G=29.92%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901178400.380.560.2518.6844.9253.73
HexBE75540263819132d36
Octal2761651240467031235566
Binary101111101110101101010001001101110001100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7554; }

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

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

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

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

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

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

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

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