#B9777F

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

Shades of Tapestry #B9777F

Tints of Tapestry #B9777F

Color information

#B9777F (or 0xB9777F) is unknown color: approx Tapestry. HEX triplet: B9, 77 and 7F. RGB value is (185,119,127). Sum of RGB (Red+Green+Blue) = 185+119+127=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9777F is #468880. Grayscale: #8B8B8B. Windows color (decimal): -4622465 or 8353721. OLE color: 8353721.

HSL color Cylindrical-coordinate representation of color #B9777F: hue angle of 352.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9777F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185119127-
CMYK00.360.310.27
HSL352.73º32.04%59.61%-
HSV(B)352.73º35.68%72.55%-
XYZ30.4425.0423.31-
YUV139.65120.87160.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 127 (50% from 255) = 29.47%
R=42.92%
G=27.61%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511912700.360.310.27352.7332.0459.61
HexB9777F0241F1B161203c
Octal27116717704437335414074
Binary101110011110111111111101001001111111011101100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9777F; }

 p { color: rgb(185,119,127); }

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

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

 a { background-color: rgb(185,119,127); }

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

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

 span { border-color: rgb(185,119,127); }

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