#B66688

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

Shades of Tapestry #B66688

Tints of Tapestry #B66688

Color information

#B66688 (or 0xB66688) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 88. RGB value is (182,102,136). Sum of RGB (Red+Green+Blue) = 182+102+136=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B66688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66688 is #499977. Grayscale: #818181. Windows color (decimal): -4823416 or 8939190. OLE color: 8939190.

HSL color Cylindrical-coordinate representation of color #B66688: hue angle of 334.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66688 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB182102136-
CMYK00.440.250.29
HSL334.5º35.4%55.69%-
HSV(B)334.5º43.96%71.37%-
XYZ28.4921.2325.89-
YUV129.8131.5165.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=43.33%
G=24.29%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210213600.440.250.29334.535.455.69
HexB6668802C191D14e2338
Octal26614621005431355164370
Binary1011011011001101000100001011001100111101101001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66688; }

 p { color: rgb(182,102,136); }

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

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

 a { background-color: rgb(182,102,136); }

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

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

 span { border-color: rgb(182,102,136); }

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