#BB6288

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

Shades of Tapestry #BB6288

Tints of Tapestry #BB6288

Color information

#BB6288 (or 0xBB6288) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 88. RGB value is (187,98,136). Sum of RGB (Red+Green+Blue) = 187+98+136=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6288 is #449D77. Grayscale: #808080. Windows color (decimal): -4496760 or 8938171. OLE color: 8938171.

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

Color convert

RGB18798136-
CMYK00.480.270.27
HSL334.38º39.56%55.88%-
HSV(B)334.38º47.59%73.33%-
XYZ29.3121.0825.82-
YUV128.94131.99169.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=44.42%
G=23.28%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879813600.480.270.27334.3839.5655.88
HexBB62880301B1B14e2838
Octal27314221006033335165070
Binary1011101111000101000100001100001101111011101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6288; }

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

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

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

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

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

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

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

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