#BE7654

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

Shades of Red Damask #BE7654

Tints of Red Damask #BE7654

Color information

#BE7654 (or 0xBE7654) is unknown color: approx Red Damask. HEX triplet: BE, 76 and 54. RGB value is (190,118,84). Sum of RGB (Red+Green+Blue) = 190+118+84=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7654 is #4189AB. Grayscale: #878787. Windows color (decimal): -4295084 or 5535422. OLE color: 5535422.

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

Color convert

RGB19011884-
CMYK00.380.560.25
HSL19.25º44.92%53.73%-
HSV(B)19.25º55.79%74.51%-
XYZ29.3124.5411.58-
YUV135.6598.85166.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 84 (33.20% from 255) = 21.43%
R=48.47%
G=30.10%
B=21.43%

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
Decimal1901188400.380.560.2519.2544.9253.73
HexBE76540263819132d36
Octal2761661240467031235566
Binary101111101110110101010001001101110001100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7654; }

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

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

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

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

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

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

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

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