#B16C7C

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

Shades of Tapestry #B16C7C

Tints of Tapestry #B16C7C

Color information

#B16C7C (or 0xB16C7C) is unknown color: approx Tapestry. HEX triplet: B1, 6C and 7C. RGB value is (177,108,124). Sum of RGB (Red+Green+Blue) = 177+108+124=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7C is #4E9383. Grayscale: #828282. Windows color (decimal): -5149572 or 8154289. OLE color: 8154289.

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

Color convert

RGB177108124-
CMYK00.390.300.31
HSL346.09º30.67%55.88%-
HSV(B)346.09º38.98%69.41%-
XYZ27.1321.5321.79-
YUV130.45124.36161.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=43.28%
G=26.41%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710812400.390.300.31346.0930.6755.88
HexB16C7C0271E1F15a1f38
Octal26115417404736375323770
Binary10110001110110011111000100111111101111110101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C7C; }

 p { color: rgb(177,108,124); }

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

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

 a { background-color: rgb(177,108,124); }

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

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

 span { border-color: rgb(177,108,124); }

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