#BB6088

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

Shades of Tapestry #BB6088

Tints of Tapestry #BB6088

Color information

#BB6088 (or 0xBB6088) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 88. RGB value is (187,96,136). Sum of RGB (Red+Green+Blue) = 187+96+136=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6088 is #449F77. Grayscale: #7F7F7F. Windows color (decimal): -4497272 or 8937659. OLE color: 8937659.

HSL color Cylindrical-coordinate representation of color #BB6088: hue angle of 333.63º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6088 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18796136-
CMYK00.490.270.27
HSL333.63º40.09%55.49%-
HSV(B)333.63º48.66%73.33%-
XYZ29.1220.7125.75-
YUV127.77132.65170.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=44.63%
G=22.91%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879613600.490.270.27333.6340.0955.49
HexBB60880311B1B14e2837
Octal27314021006133335165067
Binary1011101111000001000100001100011101111011101001110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6088; }

 p { color: rgb(187,96,136); }

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

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

 a { background-color: rgb(187,96,136); }

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

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

 span { border-color: rgb(187,96,136); }

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