#BE6A44

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

Shades of Red Damask #BE6A44

Tints of Red Damask #BE6A44

Color information

#BE6A44 (or 0xBE6A44) is unknown color: approx Red Damask. HEX triplet: BE, 6A and 44. RGB value is (190,106,68). Sum of RGB (Red+Green+Blue) = 190+106+68=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A44 is #4195BB. Grayscale: #7F7F7F. Windows color (decimal): -4298172 or 4483774. OLE color: 4483774.

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

Color convert

RGB19010668-
CMYK00.440.640.25
HSL18.69º48.41%50.59%-
HSV(B)18.69º64.21%74.51%-
XYZ27.4321.678.21-
YUV126.7894.83173.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=52.20%
G=29.12%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901066800.440.640.2518.6948.4150.59
HexBE6A4402C4019133033
Octal27615210405410031236063
Binary1011111011010101000100010110010000001100110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A44; }

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

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

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

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

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

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

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

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