#B66482

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

Shades of Tapestry #B66482

Tints of Tapestry #B66482

Color information

#B66482 (or 0xB66482) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 82. RGB value is (182,100,130). Sum of RGB (Red+Green+Blue) = 182+100+130=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66482 is #499B7D. Grayscale: #7F7F7F. Windows color (decimal): -4823934 or 8545462. OLE color: 8545462.

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

Color convert

RGB182100130-
CMYK00.450.290.29
HSL338.05º35.96%55.29%-
HSV(B)338.05º45.05%71.37%-
XYZ27.8820.6723.64-
YUV127.94129.17166.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=44.17%
G=24.27%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210013000.450.290.29338.0535.9655.29
HexB6648202D1D1D1522437
Octal26614420205535355224467
Binary1011011011001001000001001011011110111101101010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66482; }

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

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

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

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

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

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

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

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