#B16377

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

Shades of Tapestry #B16377

Tints of Tapestry #B16377

Color information

#B16377 (or 0xB16377) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 77. RGB value is (177,99,119). Sum of RGB (Red+Green+Blue) = 177+99+119=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16377 is #4E9C88. Grayscale: #7C7C7C. Windows color (decimal): -5151881 or 7824305. OLE color: 7824305.

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

Color convert

RGB17799119-
CMYK00.440.330.31
HSL344.62º33.33%54.12%-
HSV(B)344.62º44.07%69.41%-
XYZ25.9219.619.87-
YUV124.6124.84165.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=44.81%
G=25.06%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779911900.440.330.31344.6233.3354.12
HexB1637702C211F1592136
Octal26114316705441375314166
Binary1011000111000111110111010110010000111111101011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16377; }

 p { color: rgb(177,99,119); }

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

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

 a { background-color: rgb(177,99,119); }

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

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

 span { border-color: rgb(177,99,119); }

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