#BB7A91

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

Shades of Tapestry #BB7A91

Tints of Tapestry #BB7A91

Color information

#BB7A91 (or 0xBB7A91) is unknown color: approx Tapestry. HEX triplet: BB, 7A and 91. RGB value is (187,122,145). Sum of RGB (Red+Green+Blue) = 187+122+145=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A91 is #44856E. Grayscale: #909090. Windows color (decimal): -4490607 or 9534139. OLE color: 9534139.

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

Color convert

RGB187122145-
CMYK00.350.220.27
HSL338.77º32.34%60.59%-
HSV(B)338.77º34.76%73.33%-
XYZ32.5626.5330.19-
YUV144.06128.53158.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 145 (57.03% from 255) = 31.94%
R=41.19%
G=26.87%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712214500.350.220.27338.7732.3460.59
HexBB7A91023161B153203d
Octal27317222104326335234075
Binary1011101111110101001000101000111011011011101010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A91; }

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

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

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

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

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

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

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

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