#BE6C50

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

Shades of Red Damask #BE6C50

Tints of Red Damask #BE6C50

Color information

#BE6C50 (or 0xBE6C50) is unknown color: approx Red Damask. HEX triplet: BE, 6C and 50. RGB value is (190,108,80). Sum of RGB (Red+Green+Blue) = 190+108+80=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C50 is #4193AF. Grayscale: #818181. Windows color (decimal): -4297648 or 5270718. OLE color: 5270718.

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

Color convert

RGB19010880-
CMYK00.430.580.25
HSL15.27º45.83%52.94%-
HSV(B)15.27º57.89%74.51%-
XYZ28.0522.2510.41-
YUV129.33100.17171.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=50.26%
G=28.57%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901088000.430.580.2515.2745.8352.94
HexBE6C5002B3A19f2e35
Octal2761541200537231175665
Binary10111110110110010100000101011111010110011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C50; }

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

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

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

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

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

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

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

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