#bb6388

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

Shades of Tapestry #BB6388

Tints of Tapestry #BB6388

Color information

#BB6388 (or 0xBB6388) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 88. RGB value is (187,99,136). Sum of RGB (Red+Green+Blue) = 187+99+136=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6388 is #449C77. Grayscale: #818181. Windows color (decimal): -4496504 or 8938427. OLE color: 8938427.

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

Color convert

RGB18799136-
CMYK00.470.270.27
HSL334.77º39.29%56.08%-
HSV(B)334.77º47.06%73.33%-
XYZ29.421.2725.85-
YUV129.53131.65168.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=44.31%
G=23.46%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879913600.470.270.27334.7739.2956.08
HexBB638802F1B1B14f2738
Octal27314321005733335174770
Binary1011101111000111000100001011111101111011101001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6388; }

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

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

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

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

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

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

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

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