#BB6587

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

Shades of Tapestry #BB6587

Tints of Tapestry #BB6587

Color information

#BB6587 (or 0xBB6587) is unknown color: approx Tapestry. HEX triplet: BB, 65 and 87. RGB value is (187,101,135). Sum of RGB (Red+Green+Blue) = 187+101+135=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6587 is #449A78. Grayscale: #828282. Windows color (decimal): -4495993 or 8873403. OLE color: 8873403.

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

Color convert

RGB187101135-
CMYK00.460.280.27
HSL336.28º38.74%56.47%-
HSV(B)336.28º45.99%73.33%-
XYZ29.5221.6225.54-
YUV130.59130.49168.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=44.21%
G=23.88%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710113500.460.280.27336.2838.7456.47
HexBB658702E1C1B1502738
Octal27314520705634335204770
Binary1011101111001011000011101011101110011011101010000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6587; }

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

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

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

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

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

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

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

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