#B66B89

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

Shades of Tapestry #B66B89

Tints of Tapestry #B66B89

Color information

#B66B89 (or 0xB66B89) is unknown color: approx Tapestry. HEX triplet: B6, 6B and 89. RGB value is (182,107,137). Sum of RGB (Red+Green+Blue) = 182+107+137=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B89 is #499476. Grayscale: #848484. Windows color (decimal): -4822135 or 9006006. OLE color: 9006006.

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

Color convert

RGB182107137-
CMYK00.410.250.29
HSL336º33.94%56.67%-
HSV(B)336º41.21%71.37%-
XYZ29.0622.2726.43-
YUV132.84130.35163.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=42.72%
G=25.12%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210713700.410.250.2933633.9456.67
HexB66B89029191D1502239
Octal26615321105131355204271
Binary1011011011010111000100101010011100111101101010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B89; }

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

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

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

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

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

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

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

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