#BB607D

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

Shades of Tapestry #BB607D

Tints of Tapestry #BB607D

Color information

#BB607D (or 0xBB607D) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 7D. RGB value is (187,96,125). Sum of RGB (Red+Green+Blue) = 187+96+125=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB607D is #449F82. Grayscale: #7E7E7E. Windows color (decimal): -4497283 or 8216763. OLE color: 8216763.

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

Color convert

RGB18796125-
CMYK00.490.330.27
HSL340.88º40.09%55.49%-
HSV(B)340.88º48.66%73.33%-
XYZ28.3820.4121.85-
YUV126.51127.15171.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=45.83%
G=23.53%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879612500.490.330.27340.8840.0955.49
HexBB607D031211B1552837
Octal27314017506141335255067
Binary1011101111000001111101011000110000111011101010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB607D; }

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

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

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

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

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

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

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

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