#B16288

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

Shades of Tapestry #B16288

Tints of Tapestry #B16288

Color information

#B16288 (or 0xB16288) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 88. RGB value is (177,98,136). Sum of RGB (Red+Green+Blue) = 177+98+136=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16288 is #4E9D77. Grayscale: #7D7D7D. Windows color (decimal): -5152120 or 8938161. OLE color: 8938161.

HSL color Cylindrical-coordinate representation of color #B16288: hue angle of 331.14º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16288 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17798136-
CMYK00.450.230.31
HSL331.14º33.62%53.92%-
HSV(B)331.14º44.63%69.41%-
XYZ26.9419.8625.71-
YUV125.95133.67164.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=43.07%
G=23.84%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779813600.450.230.31331.1433.6253.92
HexB1628802D171F14b2236
Octal26114221005527375134266
Binary1011000111000101000100001011011011111111101001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16288; }

 p { color: rgb(177,98,136); }

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

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

 a { background-color: rgb(177,98,136); }

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

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

 span { border-color: rgb(177,98,136); }

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