#B16388

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

Shades of Tapestry #B16388

Tints of Tapestry #B16388

Color information

#B16388 (or 0xB16388) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 88. RGB value is (177,99,136). Sum of RGB (Red+Green+Blue) = 177+99+136=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16388 is #4E9C77. Grayscale: #7E7E7E. Windows color (decimal): -5151864 or 8938417. OLE color: 8938417.

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

Color convert

RGB17799136-
CMYK00.440.230.31
HSL331.54º33.33%54.12%-
HSV(B)331.54º44.07%69.41%-
XYZ27.0420.0525.74-
YUV126.54133.34163.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=42.96%
G=24.03%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779913600.440.230.31331.5433.3354.12
HexB1638802C171F14c2136
Octal26114321005427375144166
Binary1011000111000111000100001011001011111111101001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16388; }

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

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

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

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

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

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

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

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