#B6767E

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

Shades of Tapestry #B6767E

Tints of Tapestry #B6767E

Color information

#B6767E (or 0xB6767E) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 7E. RGB value is (182,118,126). Sum of RGB (Red+Green+Blue) = 182+118+126=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6767E is #498981. Grayscale: #8A8A8A. Windows color (decimal): -4819330 or 8287926. OLE color: 8287926.

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

Color convert

RGB182118126-
CMYK00.350.310.29
HSL352.5º30.48%58.82%-
HSV(B)352.5º35.16%71.37%-
XYZ29.5424.4122.89-
YUV138.05121.2159.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=42.72%
G=27.70%
B=29.58%

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
Decimal18211812600.350.310.29352.530.4858.82
HexB6767E0231F1D1601e3b
Octal26616617604337355403673
Binary10110110111011011111100100011111111110110110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6767E; }

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

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

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

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

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

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

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

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