#B16184

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

Shades of Tapestry #B16184

Tints of Tapestry #B16184

Color information

#B16184 (or 0xB16184) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 84. RGB value is (177,97,132). Sum of RGB (Red+Green+Blue) = 177+97+132=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16184 is #4E9E7B. Grayscale: #7C7C7C. Windows color (decimal): -5152380 or 8675761. OLE color: 8675761.

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

Color convert

RGB17797132-
CMYK00.450.250.31
HSL333.75º33.9%53.73%-
HSV(B)333.75º45.2%69.41%-
XYZ26.5719.5624.21-
YUV124.91132165.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=43.60%
G=23.89%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779713200.450.250.31333.7533.953.73
HexB1618402D191F14e2236
Octal26114120405531375164266
Binary1011000111000011000010001011011100111111101001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16184; }

 p { color: rgb(177,97,132); }

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

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

 a { background-color: rgb(177,97,132); }

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

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

 span { border-color: rgb(177,97,132); }

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