#BE6A50

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

Shades of Red Damask #BE6A50

Tints of Red Damask #BE6A50

Color information

#BE6A50 (or 0xBE6A50) is unknown color: approx Red Damask. HEX triplet: BE, 6A and 50. RGB value is (190,106,80). Sum of RGB (Red+Green+Blue) = 190+106+80=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A50 is #4195AF. Grayscale: #808080. Windows color (decimal): -4298160 or 5270206. OLE color: 5270206.

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

Color convert

RGB19010680-
CMYK00.440.580.25
HSL14.18º45.83%52.94%-
HSV(B)14.18º57.89%74.51%-
XYZ27.8421.8310.34-
YUV128.15100.83172.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=50.53%
G=28.19%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901068000.440.580.2514.1845.8352.94
HexBE6A5002C3A19e2e35
Octal2761521200547231165665
Binary10111110110101010100000101100111010110011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A50; }

 p { color: rgb(190,106,80); }

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

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

 a { background-color: rgb(190,106,80); }

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

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

 span { border-color: rgb(190,106,80); }

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