#B66487

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

Shades of Tapestry #B66487

Tints of Tapestry #B66487

Color information

#B66487 (or 0xB66487) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 87. RGB value is (182,100,135). Sum of RGB (Red+Green+Blue) = 182+100+135=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66487 is #499B78. Grayscale: #808080. Windows color (decimal): -4823929 or 8873142. OLE color: 8873142.

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

Color convert

RGB182100135-
CMYK00.450.260.29
HSL334.39º35.96%55.29%-
HSV(B)334.39º45.05%71.37%-
XYZ28.2220.8125.45-
YUV128.51131.67166.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=43.65%
G=23.98%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210013500.450.260.29334.3935.9655.29
HexB6648702D1A1D14e2437
Octal26614420705532355164467
Binary1011011011001001000011101011011101011101101001110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66487; }

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

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

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

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

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

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

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

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