#BB607E

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

Shades of Tapestry #BB607E

Tints of Tapestry #BB607E

Color information

#BB607E (or 0xBB607E) is unknown color: approx Tapestry. HEX triplet: BB, 60 and 7E. RGB value is (187,96,126). Sum of RGB (Red+Green+Blue) = 187+96+126=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB607E is #449F81. Grayscale: #7E7E7E. Windows color (decimal): -4497282 or 8282299. OLE color: 8282299.

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

Color convert

RGB18796126-
CMYK00.490.330.27
HSL340.22º40.09%55.49%-
HSV(B)340.22º48.66%73.33%-
XYZ28.4420.4422.18-
YUV126.63127.65171.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=45.72%
G=23.47%
B=30.81%

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
Decimal1879612600.490.330.27340.2240.0955.49
HexBB607E031211B1542837
Octal27314017606141335245067
Binary1011101111000001111110011000110000111011101010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB607E; }

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

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

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

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

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

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

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

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