#B66F82

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

Shades of Tapestry #B66F82

Tints of Tapestry #B66F82

Color information

#B66F82 (or 0xB66F82) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 82. RGB value is (182,111,130). Sum of RGB (Red+Green+Blue) = 182+111+130=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F82 is #49907D. Grayscale: #868686. Windows color (decimal): -4821118 or 8548278. OLE color: 8548278.

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

Color convert

RGB182111130-
CMYK00.390.290.29
HSL343.94º32.72%57.45%-
HSV(B)343.94º39.01%71.37%-
XYZ29.0122.9324.02-
YUV134.39125.52161.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=43.03%
G=26.24%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211113000.390.290.29343.9432.7257.45
HexB66F820271D1D1582139
Octal26615720204735355304171
Binary1011011011011111000001001001111110111101101011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F82; }

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

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

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

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

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

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

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

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