#BE6D4D

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

Shades of Red Damask #BE6D4D

Tints of Red Damask #BE6D4D

Color information

#BE6D4D (or 0xBE6D4D) is unknown color: approx Red Damask. HEX triplet: BE, 6D and 4D. RGB value is (190,109,77). Sum of RGB (Red+Green+Blue) = 190+109+77=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D4D is #4192B2. Grayscale: #818181. Windows color (decimal): -4297395 or 5074366. OLE color: 5074366.

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

Color convert

RGB19010977-
CMYK00.430.590.25
HSL16.99º46.5%52.35%-
HSV(B)16.99º59.47%74.51%-
XYZ28.0422.429.87-
YUV129.5798.34171.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=50.53%
G=28.99%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901097700.430.590.2516.9946.552.35
HexBE6D4D02B3B19112f34
Octal2761551150537331215764
Binary101111101101101100110101010111110111100110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D4D; }

 p { color: rgb(190,109,77); }

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

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

 a { background-color: rgb(190,109,77); }

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

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

 span { border-color: rgb(190,109,77); }

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