#BE6E53

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

Shades of Red Damask #BE6E53

Tints of Red Damask #BE6E53

Color information

#BE6E53 (or 0xBE6E53) is unknown color: approx Red Damask. HEX triplet: BE, 6E and 53. RGB value is (190,110,83). Sum of RGB (Red+Green+Blue) = 190+110+83=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E53 is #4191AC. Grayscale: #838383. Windows color (decimal): -4297133 or 5467838. OLE color: 5467838.

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

Color convert

RGB19011083-
CMYK00.420.560.25
HSL15.14º45.15%53.53%-
HSV(B)15.14º56.32%74.51%-
XYZ28.3722.7211.07-
YUV130.84101170.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=49.61%
G=28.72%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901108300.420.560.2515.1445.1553.53
HexBE6E5302A3819f2d36
Octal2761561230527031175566
Binary10111110110111010100110101010111000110011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E53; }

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

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

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

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

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

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

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

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