#BE6A51

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

Shades of Red Damask #BE6A51

Tints of Red Damask #BE6A51

Color information

#BE6A51 (or 0xBE6A51) is unknown color: approx Red Damask. HEX triplet: BE, 6A and 51. RGB value is (190,106,81). Sum of RGB (Red+Green+Blue) = 190+106+81=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A51 is #4195AE. Grayscale: #808080. Windows color (decimal): -4298159 or 5335742. OLE color: 5335742.

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

Color convert

RGB19010681-
CMYK00.440.570.25
HSL13.76º45.61%53.14%-
HSV(B)13.76º57.37%74.51%-
XYZ27.8721.8510.53-
YUV128.27101.33172.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=50.40%
G=28.12%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901068100.440.570.2513.7645.6153.14
HexBE6A5102C3919e2e35
Octal2761521210547131165665
Binary10111110110101010100010101100111001110011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A51; }

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

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

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

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

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

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

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

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