#BE7653

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

Shades of Red Damask #BE7653

Tints of Red Damask #BE7653

Color information

#BE7653 (or 0xBE7653) is unknown color: approx Red Damask. HEX triplet: BE, 76 and 53. RGB value is (190,118,83). Sum of RGB (Red+Green+Blue) = 190+118+83=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7653 is #4189AC. Grayscale: #878787. Windows color (decimal): -4295085 or 5469886. OLE color: 5469886.

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

Color convert

RGB19011883-
CMYK00.380.560.25
HSL19.63º45.15%53.53%-
HSV(B)19.63º56.32%74.51%-
XYZ29.2724.5311.38-
YUV135.5498.35166.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=48.59%
G=30.18%
B=21.23%

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
Decimal1901188300.380.560.2519.6345.1553.53
HexBE76530263819142d36
Octal2761661230467031245566
Binary101111101110110101001101001101110001100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7653; }

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

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

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

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

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

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

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

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