#BB7A8F

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

Shades of Tapestry #BB7A8F

Tints of Tapestry #BB7A8F

Color information

#BB7A8F (or 0xBB7A8F) is unknown color: approx Tapestry. HEX triplet: BB, 7A and 8F. RGB value is (187,122,143). Sum of RGB (Red+Green+Blue) = 187+122+143=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A8F is #448570. Grayscale: #8F8F8F. Windows color (decimal): -4490609 or 9403067. OLE color: 9403067.

HSL color Cylindrical-coordinate representation of color #BB7A8F: hue angle of 340.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7A8F is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187122143-
CMYK00.350.240.27
HSL340.62º32.34%60.59%-
HSV(B)340.62º34.76%73.33%-
XYZ32.4126.4729.39-
YUV143.83127.53158.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=41.37%
G=26.99%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712214300.350.240.27340.6232.3460.59
HexBB7A8F023181B155203d
Octal27317221704330335254075
Binary1011101111110101000111101000111100011011101010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A8F; }

 p { color: rgb(187,122,143); }

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

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

 a { background-color: rgb(187,122,143); }

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

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

 span { border-color: rgb(187,122,143); }

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