#B16F8F

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

Shades of Tapestry #B16F8F

Tints of Tapestry #B16F8F

Color information

#B16F8F (or 0xB16F8F) is unknown color: approx Tapestry. HEX triplet: B1, 6F and 8F. RGB value is (177,111,143). Sum of RGB (Red+Green+Blue) = 177+111+143=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16F8F is #4E9070. Grayscale: #868686. Windows color (decimal): -5148785 or 9400241. OLE color: 9400241.

HSL color Cylindrical-coordinate representation of color #B16F8F: hue angle of 330.91º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16F8F is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177111143-
CMYK00.370.190.31
HSL330.91º29.73%56.47%-
HSV(B)330.91º37.29%69.41%-
XYZ28.7722.728.85-
YUV134.38132.87158.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=41.07%
G=25.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711114300.370.190.31330.9129.7356.47
HexB16F8F025131F14b1e38
Octal26115721704523375133670
Binary101100011101111100011110100101100111111110100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F8F; }

 p { color: rgb(177,111,143); }

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

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

 a { background-color: rgb(177,111,143); }

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

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

 span { border-color: rgb(177,111,143); }

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