#BE6C52

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

Shades of Red Damask #BE6C52

Tints of Red Damask #BE6C52

Color information

#BE6C52 (or 0xBE6C52) is unknown color: approx Red Damask. HEX triplet: BE, 6C and 52. RGB value is (190,108,82). Sum of RGB (Red+Green+Blue) = 190+108+82=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C52 is #4193AD. Grayscale: #818181. Windows color (decimal): -4297646 or 5401790. OLE color: 5401790.

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

Color convert

RGB19010882-
CMYK00.430.570.25
HSL14.44º45.38%53.33%-
HSV(B)14.44º56.84%74.51%-
XYZ28.1222.2810.8-
YUV129.55101.17171.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=50%
G=28.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901088200.430.570.2514.4445.3853.33
HexBE6C5202B3919e2d35
Octal2761541220537131165565
Binary10111110110110010100100101011111001110011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C52; }

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

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

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

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

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

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

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

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