#BB6389

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

Shades of Tapestry #BB6389

Tints of Tapestry #BB6389

Color information

#BB6389 (or 0xBB6389) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 89. RGB value is (187,99,137). Sum of RGB (Red+Green+Blue) = 187+99+137=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6389 is #449C76. Grayscale: #818181. Windows color (decimal): -4496503 or 9003963. OLE color: 9003963.

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

Color convert

RGB18799137-
CMYK00.470.270.27
HSL334.09º39.29%56.08%-
HSV(B)334.09º47.06%73.33%-
XYZ29.4721.2926.22-
YUV129.64132.15168.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=44.21%
G=23.40%
B=32.39%

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
Decimal1879913700.470.270.27334.0939.2956.08
HexBB638902F1B1B14e2738
Octal27314321105733335164770
Binary1011101111000111000100101011111101111011101001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6389; }

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

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

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

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

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

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

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

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