#B6777D

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

Shades of Tapestry #B6777D

Tints of Tapestry #B6777D

Color information

#B6777D (or 0xB6777D) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 7D. RGB value is (182,119,125). Sum of RGB (Red+Green+Blue) = 182+119+125=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777D is #498882. Grayscale: #8A8A8A. Windows color (decimal): -4819075 or 8222646. OLE color: 8222646.

HSL color Cylindrical-coordinate representation of color #B6777D: hue angle of 354.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6777D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182119125-
CMYK00.350.310.29
HSL354.29º30.14%59.02%-
HSV(B)354.29º34.62%71.37%-
XYZ29.5924.6222.59-
YUV138.52120.37159.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=42.72%
G=27.93%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211912500.350.310.29354.2930.1459.02
HexB6777D0231F1D1621e3b
Octal26616717504337355423673
Binary10110110111011111111010100011111111110110110001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6777D; }

 p { color: rgb(182,119,125); }

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

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

 a { background-color: rgb(182,119,125); }

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

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

 span { border-color: rgb(182,119,125); }

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