#B16C7E

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

Shades of Tapestry #B16C7E

Tints of Tapestry #B16C7E

Color information

#B16C7E (or 0xB16C7E) is unknown color: approx Tapestry. HEX triplet: B1, 6C and 7E. RGB value is (177,108,126). Sum of RGB (Red+Green+Blue) = 177+108+126=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7E is #4E9381. Grayscale: #828282. Windows color (decimal): -5149570 or 8285361. OLE color: 8285361.

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

Color convert

RGB177108126-
CMYK00.390.290.31
HSL344.35º30.67%55.88%-
HSV(B)344.35º38.98%69.41%-
XYZ27.2621.5822.47-
YUV130.68125.36161.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=43.07%
G=26.28%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710812600.390.290.31344.3530.6755.88
HexB16C7E0271D1F1581f38
Octal26115417604735375303770
Binary10110001110110011111100100111111011111110101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C7E; }

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

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

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

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

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

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

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

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