#B66F81

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

Shades of Tapestry #B66F81

Tints of Tapestry #B66F81

Color information

#B66F81 (or 0xB66F81) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 81. RGB value is (182,111,129). Sum of RGB (Red+Green+Blue) = 182+111+129=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F81 is #49907E. Grayscale: #868686. Windows color (decimal): -4821119 or 8482742. OLE color: 8482742.

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

Color convert

RGB182111129-
CMYK00.390.290.29
HSL344.79º32.72%57.45%-
HSV(B)344.79º39.01%71.37%-
XYZ28.9422.923.66-
YUV134.28125.02162.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=43.13%
G=26.30%
B=30.57%

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
Decimal18211112900.390.290.29344.7932.7257.45
HexB66F810271D1D1592139
Octal26615720104735355314171
Binary1011011011011111000000101001111110111101101011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F81; }

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

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

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

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

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

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

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

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