#BB6687

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

Shades of Tapestry #BB6687

Tints of Tapestry #BB6687

Color information

#BB6687 (or 0xBB6687) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 87. RGB value is (187,102,135). Sum of RGB (Red+Green+Blue) = 187+102+135=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6687 is #449978. Grayscale: #838383. Windows color (decimal): -4495737 or 8873659. OLE color: 8873659.

HSL color Cylindrical-coordinate representation of color #BB6687: hue angle of 336.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6687 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187102135-
CMYK00.450.280.27
HSL336.71º38.46%56.67%-
HSV(B)336.71º45.45%73.33%-
XYZ29.6221.8225.57-
YUV131.18130.16167.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=44.10%
G=24.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710213500.450.280.27336.7138.4656.67
HexBB668702D1C1B1512639
Octal27314620705534335214671
Binary1011101111001101000011101011011110011011101010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6687; }

 p { color: rgb(187,102,135); }

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

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

 a { background-color: rgb(187,102,135); }

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

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

 span { border-color: rgb(187,102,135); }

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