#B16478

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

Shades of Tapestry #B16478

Tints of Tapestry #B16478

Color information

#B16478 (or 0xB16478) is unknown color: approx Tapestry. HEX triplet: B1, 64 and 78. RGB value is (177,100,120). Sum of RGB (Red+Green+Blue) = 177+100+120=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16478 is #4E9B87. Grayscale: #7D7D7D. Windows color (decimal): -5151624 or 7890097. OLE color: 7890097.

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

Color convert

RGB177100120-
CMYK00.440.320.31
HSL344.42º33.05%54.31%-
HSV(B)344.42º43.5%69.41%-
XYZ26.0819.8220.22-
YUV125.3125.01164.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=44.58%
G=25.19%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710012000.440.320.31344.4233.0554.31
HexB1647802C201F1582136
Octal26114417005440375304166
Binary1011000111001001111000010110010000011111101011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16478; }

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

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

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

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

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

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

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

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