#B16D7F

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

Shades of Tapestry #B16D7F

Tints of Tapestry #B16D7F

Color information

#B16D7F (or 0xB16D7F) is unknown color: approx Tapestry. HEX triplet: B1, 6D and 7F. RGB value is (177,109,127). Sum of RGB (Red+Green+Blue) = 177+109+127=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D7F is #4E9280. Grayscale: #838383. Windows color (decimal): -5149313 or 8351153. OLE color: 8351153.

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

Color convert

RGB177109127-
CMYK00.380.280.31
HSL344.12º30.36%56.08%-
HSV(B)344.12º38.42%69.41%-
XYZ27.4321.8222.84-
YUV131.38125.53160.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 127 (50% from 255) = 30.75%
R=42.86%
G=26.39%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710912700.380.280.31344.1230.3656.08
HexB16D7F0261C1F1581e38
Octal26115517704634375303670
Binary10110001110110111111110100110111001111110101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D7F; }

 p { color: rgb(177,109,127); }

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

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

 a { background-color: rgb(177,109,127); }

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

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

 span { border-color: rgb(177,109,127); }

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