#B46683

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

Shades of Tapestry #B46683

Tints of Tapestry #B46683

Color information

#B46683 (or 0xB46683) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 83. RGB value is (180,102,131). Sum of RGB (Red+Green+Blue) = 180+102+131=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46683 is #4B997C. Grayscale: #808080. Windows color (decimal): -4954493 or 8611508. OLE color: 8611508.

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

Color convert

RGB180102131-
CMYK00.430.270.29
HSL337.69º34.21%55.29%-
HSV(B)337.69º43.33%70.59%-
XYZ27.6720.8424.04-
YUV128.63129.34164.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=43.58%
G=24.70%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010213100.430.270.29337.6934.2155.29
HexB4668302B1B1D1522237
Octal26414620305333355224267
Binary1011010011001101000001101010111101111101101010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46683; }

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

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

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

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

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

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

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

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