#B0777F

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

Shades of Tapestry #B0777F

Tints of Tapestry #B0777F

Color information

#B0777F (or 0xB0777F) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 7F. RGB value is (176,119,127). Sum of RGB (Red+Green+Blue) = 176+119+127=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777F is #4F8880. Grayscale: #888888. Windows color (decimal): -5212289 or 8353712. OLE color: 8353712.

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

Color convert

RGB176119127-
CMYK00.320.280.31
HSL351.58º26.51%57.84%-
HSV(B)351.58º32.39%69.02%-
XYZ28.3323.9623.21-
YUV136.95122.38155.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 127 (50% from 255) = 30.09%
R=41.71%
G=28.20%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611912700.320.280.31351.5826.5157.84
HexB0777F0201C1F1601b3a
Octal26016717704034375403372
Binary10110000111011111111110100000111001111110110000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0777F; }

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

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

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

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

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

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

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

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