#BE6C53

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

Shades of Red Damask #BE6C53

Tints of Red Damask #BE6C53

Color information

#BE6C53 (or 0xBE6C53) is unknown color: approx Red Damask. HEX triplet: BE, 6C and 53. RGB value is (190,108,83). Sum of RGB (Red+Green+Blue) = 190+108+83=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C53 is #4193AC. Grayscale: #818181. Windows color (decimal): -4297645 or 5467326. OLE color: 5467326.

HSL color Cylindrical-coordinate representation of color #BE6C53: hue angle of 14.02º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE6C53 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19010883-
CMYK00.430.560.25
HSL14.02º45.15%53.53%-
HSV(B)14.02º56.32%74.51%-
XYZ28.1622.311-
YUV129.67101.67171.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=49.87%
G=28.35%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901088300.430.560.2514.0245.1553.53
HexBE6C5302B3819e2d36
Octal2761541230537031165566
Binary10111110110110010100110101011111000110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C53; }

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

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

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

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

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

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

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

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