#be6e4f

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

Shades of Red Damask #BE6E4F

Tints of Red Damask #BE6E4F

Color information

#BE6E4F (or 0xBE6E4F) is unknown color: approx Red Damask. HEX triplet: BE, 6E and 4F. RGB value is (190,110,79). Sum of RGB (Red+Green+Blue) = 190+110+79=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E4F is #4191B0. Grayscale: #828282. Windows color (decimal): -4297137 or 5205694. OLE color: 5205694.

HSL color Cylindrical-coordinate representation of color #BE6E4F: hue angle of 16.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE6E4F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19011079-
CMYK00.420.580.25
HSL16.76º46.06%52.75%-
HSV(B)16.76º58.42%74.51%-
XYZ28.2222.6610.28-
YUV130.3999170.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=50.13%
G=29.02%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901107900.420.580.2516.7646.0652.75
HexBE6E4F02A3A19112e35
Octal2761561170527231215665
Binary101111101101110100111101010101110101100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6e4f; }

 p { color: rgb(190,110,79); }

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

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

 a { background-color: rgb(190,110,79); }

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

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

 span { border-color: rgb(190,110,79); }

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