#B66B88

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

Shades of Tapestry #B66B88

Tints of Tapestry #B66B88

Color information

#B66B88 (or 0xB66B88) is unknown color: approx Tapestry. HEX triplet: B6, 6B and 88. RGB value is (182,107,136). Sum of RGB (Red+Green+Blue) = 182+107+136=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B88 is #499477. Grayscale: #848484. Windows color (decimal): -4822136 or 8940470. OLE color: 8940470.

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

Color convert

RGB182107136-
CMYK00.410.250.29
HSL336.8º33.94%56.67%-
HSV(B)336.8º41.21%71.37%-
XYZ28.9922.2426.06-
YUV132.73129.85163.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 136 (53.52% from 255) = 32%
R=42.82%
G=25.18%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210713600.410.250.29336.833.9456.67
HexB66B88029191D1512239
Octal26615321005131355214271
Binary1011011011010111000100001010011100111101101010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B88; }

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

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

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

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

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

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

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

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