#BB7A92

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

Shades of Tapestry #BB7A92

Tints of Tapestry #BB7A92

Color information

#BB7A92 (or 0xBB7A92) is unknown color: approx Tapestry. HEX triplet: BB, 7A and 92. RGB value is (187,122,146). Sum of RGB (Red+Green+Blue) = 187+122+146=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A92 is #44856D. Grayscale: #909090. Windows color (decimal): -4490606 or 9599675. OLE color: 9599675.

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

Color convert

RGB187122146-
CMYK00.350.220.27
HSL337.85º32.34%60.59%-
HSV(B)337.85º34.76%73.33%-
XYZ32.6426.5630.6-
YUV144.17129.03158.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=41.10%
G=26.81%
B=32.09%

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
Decimal18712214600.350.220.27337.8532.3460.59
HexBB7A92023161B152203d
Octal27317222204326335224075
Binary1011101111110101001001001000111011011011101010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A92; }

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

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

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

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

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

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

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

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