#B66F92

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

Shades of Tapestry #B66F92

Tints of Tapestry #B66F92

Color information

#B66F92 (or 0xB66F92) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 92. RGB value is (182,111,146). Sum of RGB (Red+Green+Blue) = 182+111+146=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F92 is #49906D. Grayscale: #888888. Windows color (decimal): -4821102 or 9596854. OLE color: 9596854.

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

Color convert

RGB182111146-
CMYK00.390.200.29
HSL330.42º32.72%57.45%-
HSV(B)330.42º39.01%71.37%-
XYZ30.1623.3930.12-
YUV136.22133.52160.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=41.46%
G=25.28%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211114600.390.200.29330.4232.7257.45
HexB66F92027141D14a2139
Octal26615722204724355124171
Binary1011011011011111001001001001111010011101101001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F92; }

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

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

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

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

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

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

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

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