#BB627E

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

Shades of Tapestry #BB627E

Tints of Tapestry #BB627E

Color information

#BB627E (or 0xBB627E) is unknown color: approx Tapestry. HEX triplet: BB, 62 and 7E. RGB value is (187,98,126). Sum of RGB (Red+Green+Blue) = 187+98+126=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB627E is #449D81. Grayscale: #7F7F7F. Windows color (decimal): -4496770 or 8282811. OLE color: 8282811.

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

Color convert

RGB18798126-
CMYK00.480.330.27
HSL341.12º39.56%55.88%-
HSV(B)341.12º47.59%73.33%-
XYZ28.6320.8122.25-
YUV127.8126.99170.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=45.50%
G=23.84%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879812600.480.330.27341.1239.5655.88
HexBB627E030211B1552838
Octal27314217606041335255070
Binary1011101111000101111110011000010000111011101010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB627E; }

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

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

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

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

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

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

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

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