#BB6188

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

Shades of Tapestry #BB6188

Tints of Tapestry #BB6188

Color information

#BB6188 (or 0xBB6188) is unknown color: approx Tapestry. HEX triplet: BB, 61 and 88. RGB value is (187,97,136). Sum of RGB (Red+Green+Blue) = 187+97+136=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6188 is #449E77. Grayscale: #808080. Windows color (decimal): -4497016 or 8937915. OLE color: 8937915.

HSL color Cylindrical-coordinate representation of color #BB6188: hue angle of 334º 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 #BB6188 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18797136-
CMYK00.480.270.27
HSL334º39.82%55.69%-
HSV(B)334º48.13%73.33%-
XYZ29.2120.8925.79-
YUV128.36132.32169.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=44.52%
G=23.10%
B=32.38%

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
Decimal1879713600.480.270.2733439.8255.69
HexBB61880301B1B14e2838
Octal27314121006033335165070
Binary1011101111000011000100001100001101111011101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6188; }

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

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

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

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

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

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

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

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