#B66185

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

Shades of Tapestry #B66185

Tints of Tapestry #B66185

Color information

#B66185 (or 0xB66185) is unknown color: approx Tapestry. HEX triplet: B6, 61 and 85. RGB value is (182,97,133). Sum of RGB (Red+Green+Blue) = 182+97+133=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66185 is #499E7A. Grayscale: #7E7E7E. Windows color (decimal): -4824699 or 8741302. OLE color: 8741302.

HSL color Cylindrical-coordinate representation of color #B66185: hue angle of 334.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66185 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18297133-
CMYK00.470.270.29
HSL334.59º36.8%54.71%-
HSV(B)334.59º46.7%71.37%-
XYZ27.820.1924.62-
YUV126.52131.66167.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=44.17%
G=23.54%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829713300.470.270.29334.5936.854.71
HexB6618502F1B1D14f2537
Octal26614120505733355174567
Binary1011011011000011000010101011111101111101101001111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66185; }

 p { color: rgb(182,97,133); }

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

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

 a { background-color: rgb(182,97,133); }

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

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

 span { border-color: rgb(182,97,133); }

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