#BB607C

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

Shades of Tapestry #BB607C

Tints of Tapestry #BB607C

Color information

#BB607C (or 0xBB607C) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 7C. RGB value is (187,96,124). Sum of RGB (Red+Green+Blue) = 187+96+124=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB607C is #449F83. Grayscale: #7E7E7E. Windows color (decimal): -4497284 or 8151227. OLE color: 8151227.

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

Color convert

RGB18796124-
CMYK00.490.340.27
HSL341.54º40.09%55.49%-
HSV(B)341.54º48.66%73.33%-
XYZ28.3120.3921.51-
YUV126.4126.65171.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=45.95%
G=23.59%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879612400.490.340.27341.5440.0955.49
HexBB607C031221B1562837
Octal27314017406142335265067
Binary1011101111000001111100011000110001011011101010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB607C; }

 p { color: rgb(187,96,124); }

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

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

 a { background-color: rgb(187,96,124); }

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

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

 span { border-color: rgb(187,96,124); }

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