#B66991

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

Shades of Tapestry #B66991

Tints of Tapestry #B66991

Color information

#B66991 (or 0xB66991) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 91. RGB value is (182,105,145). Sum of RGB (Red+Green+Blue) = 182+105+145=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B66991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66991 is #49966E. Grayscale: #848484. Windows color (decimal): -4822639 or 9529782. OLE color: 9529782.

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

Color convert

RGB182105145-
CMYK00.420.200.29
HSL328.83º34.53%56.27%-
HSV(B)328.83º42.31%71.37%-
XYZ29.4522.0929.5-
YUV132.58135.01163.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=42.13%
G=24.31%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210514500.420.200.29328.8334.5356.27
HexB6699102A141D1492338
Octal26615122105224355114370
Binary1011011011010011001000101010101010011101101001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66991; }

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

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

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

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

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

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

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

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