#B6777E

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

Shades of Tapestry #B6777E

Tints of Tapestry #B6777E

Color information

#B6777E (or 0xB6777E) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 7E. RGB value is (182,119,126). Sum of RGB (Red+Green+Blue) = 182+119+126=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777E is #498881. Grayscale: #8A8A8A. Windows color (decimal): -4819074 or 8288182. OLE color: 8288182.

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

Color convert

RGB182119126-
CMYK00.350.310.29
HSL353.33º30.14%59.02%-
HSV(B)353.33º34.62%71.37%-
XYZ29.6524.6522.93-
YUV138.64120.87158.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=42.62%
G=27.87%
B=29.51%

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
Decimal18211912600.350.310.29353.3330.1459.02
HexB6777E0231F1D1611e3b
Octal26616717604337355413673
Binary10110110111011111111100100011111111110110110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6777E; }

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

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

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

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

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

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

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

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