#B66084

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

Shades of Tapestry #B66084

Tints of Tapestry #B66084

Color information

#B66084 (or 0xB66084) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 84. RGB value is (182,96,132). Sum of RGB (Red+Green+Blue) = 182+96+132=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B66084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66084 is #499F7B. Grayscale: #7D7D7D. Windows color (decimal): -4824956 or 8675510. OLE color: 8675510.

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

Color convert

RGB18296132-
CMYK00.470.270.29
HSL334.88º37.07%54.51%-
HSV(B)334.88º47.25%71.37%-
XYZ27.6419.9824.23-
YUV125.82131.49168.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=44.39%
G=23.41%
B=32.20%

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
Decimal1829613200.470.270.29334.8837.0754.51
HexB6608402F1B1D14f2537
Octal26614020405733355174567
Binary1011011011000001000010001011111101111101101001111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66084; }

 p { color: rgb(182,96,132); }

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

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

 a { background-color: rgb(182,96,132); }

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

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

 span { border-color: rgb(182,96,132); }

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