#BB6289

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

Shades of Tapestry #BB6289

Tints of Tapestry #BB6289

Color information

#BB6289 (or 0xBB6289) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 89. RGB value is (187,98,137). Sum of RGB (Red+Green+Blue) = 187+98+137=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6289 is #449D76. Grayscale: #808080. Windows color (decimal): -4496759 or 9003707. OLE color: 9003707.

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

Color convert

RGB18798137-
CMYK00.480.270.27
HSL333.71º39.56%55.88%-
HSV(B)333.71º47.59%73.33%-
XYZ29.3821.1126.19-
YUV129.06132.49169.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=44.31%
G=23.22%
B=32.46%

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
Decimal1879813700.480.270.27333.7139.5655.88
HexBB62890301B1B14e2838
Octal27314221106033335165070
Binary1011101111000101000100101100001101111011101001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6289; }

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

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

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

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

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

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

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

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