#BE6085

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

Shades of Tapestry #BE6085

Tints of Tapestry #BE6085

Color information

#BE6085 (or 0xBE6085) is unknown color: approx Tapestry. HEX triplet: BE, 60 and 85. RGB value is (190,96,133). Sum of RGB (Red+Green+Blue) = 190+96+133=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6085 is #419F7A. Grayscale: #808080. Windows color (decimal): -4300667 or 8741054. OLE color: 8741054.

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

Color convert

RGB19096133-
CMYK00.490.30.25
HSL336.38º41.96%56.08%-
HSV(B)336.38º49.47%74.51%-
XYZ29.6521.0124.68-
YUV128.32130.64171.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=45.35%
G=22.91%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909613300.490.30.25336.3841.9656.08
HexBE60850311E191502a38
Octal27614020506136315205270
Binary1011111011000001000010101100011111011001101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6085; }

 p { color: rgb(190,96,133); }

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

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

 a { background-color: rgb(190,96,133); }

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

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

 span { border-color: rgb(190,96,133); }

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