#BE7655

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

Shades of Red Damask #BE7655

Tints of Red Damask #BE7655

Color information

#BE7655 (or 0xBE7655) is unknown color: approx Red Damask. HEX triplet: BE, 76 and 55. RGB value is (190,118,85). Sum of RGB (Red+Green+Blue) = 190+118+85=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7655 is #4189AA. Grayscale: #878787. Windows color (decimal): -4295083 or 5600958. OLE color: 5600958.

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

Color convert

RGB19011885-
CMYK00.380.550.25
HSL18.86º44.68%53.92%-
HSV(B)18.86º55.26%74.51%-
XYZ29.3524.5611.79-
YUV135.7799.35166.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=48.35%
G=30.03%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901188500.380.550.2518.8644.6853.92
HexBE76550263719132d36
Octal2761661250466731235566
Binary101111101110110101010101001101101111100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7655; }

 p { color: rgb(190,118,85); }

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

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

 a { background-color: rgb(190,118,85); }

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

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

 span { border-color: rgb(190,118,85); }

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