#B16280

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

Shades of Tapestry #B16280

Tints of Tapestry #B16280

Color information

#B16280 (or 0xB16280) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 80. RGB value is (177,98,128). Sum of RGB (Red+Green+Blue) = 177+98+128=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16280 is #4E9D7F. Grayscale: #7D7D7D. Windows color (decimal): -5152128 or 8413873. OLE color: 8413873.

HSL color Cylindrical-coordinate representation of color #B16280: hue angle of 337.22º 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 #B16280 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17798128-
CMYK00.450.280.31
HSL337.22º33.62%53.92%-
HSV(B)337.22º44.63%69.41%-
XYZ26.419.6422.82-
YUV125.04129.67165.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=43.92%
G=24.32%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779812800.450.280.31337.2233.6253.92
HexB1628002D1C1F1512236
Octal26114220005534375214266
Binary1011000111000101000000001011011110011111101010001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16280; }

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

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

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

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

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

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

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

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