#B66489

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

Shades of Tapestry #B66489

Tints of Tapestry #B66489

Color information

#B66489 (or 0xB66489) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 89. RGB value is (182,100,137). Sum of RGB (Red+Green+Blue) = 182+100+137=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B66489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66489 is #499B76. Grayscale: #808080. Windows color (decimal): -4823927 or 9004214. OLE color: 9004214.

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

Color convert

RGB182100137-
CMYK00.450.250.29
HSL332.93º35.96%55.29%-
HSV(B)332.93º45.05%71.37%-
XYZ28.3620.8726.2-
YUV128.74132.67165.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=43.44%
G=23.87%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210013700.450.250.29332.9335.9655.29
HexB6648902D191D14d2437
Octal26614421105531355154467
Binary1011011011001001000100101011011100111101101001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66489; }

 p { color: rgb(182,100,137); }

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

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

 a { background-color: rgb(182,100,137); }

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

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

 span { border-color: rgb(182,100,137); }

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