#B66A89

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

Shades of Tapestry #B66A89

Tints of Tapestry #B66A89

Color information

#B66A89 (or 0xB66A89) is unknown color: approx Tapestry. HEX triplet: B6, 6A and 89. RGB value is (182,106,137). Sum of RGB (Red+Green+Blue) = 182+106+137=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A89 is #499576. Grayscale: #848484. Windows color (decimal): -4822391 or 9005750. OLE color: 9005750.

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

Color convert

RGB182106137-
CMYK00.420.250.29
HSL335.53º34.23%56.47%-
HSV(B)335.53º41.76%71.37%-
XYZ28.9622.0626.4-
YUV132.26130.68163.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=42.82%
G=24.94%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210613700.420.250.29335.5334.2356.47
HexB66A8902A191D1502238
Octal26615221105231355204270
Binary1011011011010101000100101010101100111101101010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A89; }

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

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

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

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

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

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

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

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