#b46693

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

Shades of Tapestry #B46693

Tints of Tapestry #B46693

Color information

#B46693 (or 0xB46693) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 93. RGB value is (180,102,147). Sum of RGB (Red+Green+Blue) = 180+102+147=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46693 is #4B996C. Grayscale: #828282. Windows color (decimal): -4954477 or 9660084. OLE color: 9660084.

HSL color Cylindrical-coordinate representation of color #B46693: hue angle of 325.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46693 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180102147-
CMYK00.430.180.29
HSL325.38º34.21%55.29%-
HSV(B)325.38º43.33%70.59%-
XYZ28.8421.3130.2-
YUV130.45137.34163.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=41.96%
G=23.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010214700.430.180.29325.3834.2155.29
HexB4669302B121D1452237
Octal26414622305322355054267
Binary1011010011001101001001101010111001011101101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46693; }

 p { color: rgb(180,102,147); }

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

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

 a { background-color: rgb(180,102,147); }

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

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

 span { border-color: rgb(180,102,147); }

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