#B66981

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

Shades of Tapestry #B66981

Tints of Tapestry #B66981

Color information

#B66981 (or 0xB66981) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 81. RGB value is (182,105,129). Sum of RGB (Red+Green+Blue) = 182+105+129=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B66981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66981 is #49967E. Grayscale: #828282. Windows color (decimal): -4822655 or 8481206. OLE color: 8481206.

HSL color Cylindrical-coordinate representation of color #B66981: hue angle of 341.3º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66981 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB182105129-
CMYK00.420.290.29
HSL341.3º34.53%56.27%-
HSV(B)341.3º42.31%71.37%-
XYZ28.3121.6323.45-
YUV130.76127.01164.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=43.75%
G=25.24%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210512900.420.290.29341.334.5356.27
HexB6698102A1D1D1552338
Octal26615120105235355254370
Binary1011011011010011000000101010101110111101101010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66981; }

 p { color: rgb(182,105,129); }

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

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

 a { background-color: rgb(182,105,129); }

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

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

 span { border-color: rgb(182,105,129); }

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