#B16788

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

Shades of Tapestry #B16788

Tints of Tapestry #B16788

Color information

#B16788 (or 0xB16788) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 88. RGB value is (177,103,136). Sum of RGB (Red+Green+Blue) = 177+103+136=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B16788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16788 is #4E9877. Grayscale: #808080. Windows color (decimal): -5150840 or 8939441. OLE color: 8939441.

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

Color convert

RGB177103136-
CMYK00.420.230.31
HSL333.24º32.17%54.9%-
HSV(B)333.24º41.81%69.41%-
XYZ27.4320.8325.87-
YUV128.89132.02162.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=42.55%
G=24.76%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710313600.420.230.31333.2432.1754.9
HexB1678802A171F14d2037
Octal26114721005227375154067
Binary1011000111001111000100001010101011111111101001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16788; }

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

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

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

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

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

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

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

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