#B66B82

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

Shades of Tapestry #B66B82

Tints of Tapestry #B66B82

Color information

#B66B82 (or 0xB66B82) is unknown color: approx Tapestry. HEX triplet: B6, 6B and 82. RGB value is (182,107,130). Sum of RGB (Red+Green+Blue) = 182+107+130=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B82 is #49947D. Grayscale: #848484. Windows color (decimal): -4822142 or 8547254. OLE color: 8547254.

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

Color convert

RGB182107130-
CMYK00.410.290.29
HSL341.6º33.94%56.67%-
HSV(B)341.6º41.21%71.37%-
XYZ28.5822.0723.87-
YUV132.05126.85163.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=43.44%
G=25.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210713000.410.290.29341.633.9456.67
HexB66B820291D1D1562239
Octal26615320205135355264271
Binary1011011011010111000001001010011110111101101010110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B82; }

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

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

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

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

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

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

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

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