#B16678

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

Shades of Tapestry #B16678

Tints of Tapestry #B16678

Color information

#B16678 (or 0xB16678) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 78. RGB value is (177,102,120). Sum of RGB (Red+Green+Blue) = 177+102+120=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B16678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16678 is #4E9987. Grayscale: #7E7E7E. Windows color (decimal): -5151112 or 7890609. OLE color: 7890609.

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

Color convert

RGB177102120-
CMYK00.420.320.31
HSL345.6º32.47%54.71%-
HSV(B)345.6º42.37%69.41%-
XYZ26.2720.2120.28-
YUV126.48124.35164.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=44.36%
G=25.56%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212000.420.320.31345.632.4754.71
HexB1667802A201F15a2037
Octal26114617005240375324067
Binary1011000111001101111000010101010000011111101011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16678; }

 p { color: rgb(177,102,120); }

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

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

 a { background-color: rgb(177,102,120); }

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

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

 span { border-color: rgb(177,102,120); }

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