#B66889

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

Shades of Tapestry #B66889

Tints of Tapestry #B66889

Color information

#B66889 (or 0xB66889) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 89. RGB value is (182,104,137). Sum of RGB (Red+Green+Blue) = 182+104+137=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B66889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66889 is #499776. Grayscale: #838383. Windows color (decimal): -4822903 or 9005238. OLE color: 9005238.

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

Color convert

RGB182104137-
CMYK00.430.250.29
HSL334.62º34.82%56.08%-
HSV(B)334.62º42.86%71.37%-
XYZ28.7621.6526.33-
YUV131.08131.34164.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=43.03%
G=24.59%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210413700.430.250.29334.6234.8256.08
HexB6688902B191D14f2338
Octal26615021105331355174370
Binary1011011011010001000100101010111100111101101001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66889; }

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

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

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

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

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

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

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

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