#B46692

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

Shades of Tapestry #B46692

Tints of Tapestry #B46692

Color information

#B46692 (or 0xB46692) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 92. RGB value is (180,102,146). Sum of RGB (Red+Green+Blue) = 180+102+146=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46692 is #4B996D. Grayscale: #828282. Windows color (decimal): -4954478 or 9594548. OLE color: 9594548.

HSL color Cylindrical-coordinate representation of color #B46692: hue angle of 326.15º 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 #B46692 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180102146-
CMYK00.430.190.29
HSL326.15º34.21%55.29%-
HSV(B)326.15º43.33%70.59%-
XYZ28.7621.2829.79-
YUV130.34136.84163.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=42.06%
G=23.83%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010214600.430.190.29326.1534.2155.29
HexB4669202B131D1462237
Octal26414622205323355064267
Binary1011010011001101001001001010111001111101101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46692; }

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

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

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

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

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

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

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

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