#B66F94

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

Shades of Tapestry #B66F94

Tints of Tapestry #B66F94

Color information

#B66F94 (or 0xB66F94) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 94. RGB value is (182,111,148). Sum of RGB (Red+Green+Blue) = 182+111+148=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F94 is #49906B. Grayscale: #888888. Windows color (decimal): -4821100 or 9727926. OLE color: 9727926.

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

Color convert

RGB182111148-
CMYK00.390.190.29
HSL328.73º32.72%57.45%-
HSV(B)328.73º39.01%71.37%-
XYZ30.3223.4530.95-
YUV136.45134.52160.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=41.27%
G=25.17%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211114800.390.190.29328.7332.7257.45
HexB66F94027131D1492139
Octal26615722404723355114171
Binary1011011011011111001010001001111001111101101001001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F94; }

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

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

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

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

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

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

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

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