#B16D7D

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

Shades of Tapestry #B16D7D

Tints of Tapestry #B16D7D

Color information

#B16D7D (or 0xB16D7D) is unknown color: approx Tapestry. HEX triplet: B1, 6D and 7D. RGB value is (177,109,125). Sum of RGB (Red+Green+Blue) = 177+109+125=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D7D is #4E9282. Grayscale: #838383. Windows color (decimal): -5149315 or 8220081. OLE color: 8220081.

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

Color convert

RGB177109125-
CMYK00.380.290.31
HSL345.88º30.36%56.08%-
HSV(B)345.88º38.42%69.41%-
XYZ27.321.7722.16-
YUV131.16124.53160.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=43.07%
G=26.52%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710912500.380.290.31345.8830.3656.08
HexB16D7D0261D1F15a1e38
Octal26115517504635375323670
Binary10110001110110111111010100110111011111110101101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D7D; }

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

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

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

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

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

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

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

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