#BE6E4E

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

Shades of Red Damask #BE6E4E

Tints of Red Damask #BE6E4E

Color information

#BE6E4E (or 0xBE6E4E) is unknown color: approx Red Damask. HEX triplet: BE, 6E and 4E. RGB value is (190,110,78). Sum of RGB (Red+Green+Blue) = 190+110+78=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E4E is #4191B1. Grayscale: #828282. Windows color (decimal): -4297138 or 5140158. OLE color: 5140158.

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

Color convert

RGB19011078-
CMYK00.420.590.25
HSL17.14º46.28%52.55%-
HSV(B)17.14º58.95%74.51%-
XYZ28.1922.6510.09-
YUV130.2798.5170.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=50.26%
G=29.10%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901107800.420.590.2517.1446.2852.55
HexBE6E4E02A3B19112e35
Octal2761561160527331215665
Binary101111101101110100111001010101110111100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E4E; }

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

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

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

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

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

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

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

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