#B6767F

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

Shades of Tapestry #B6767F

Tints of Tapestry #B6767F

Color information

#B6767F (or 0xB6767F) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 7F. RGB value is (182,118,127). Sum of RGB (Red+Green+Blue) = 182+118+127=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6767F is #498980. Grayscale: #8A8A8A. Windows color (decimal): -4819329 or 8353462. OLE color: 8353462.

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

Color convert

RGB182118127-
CMYK00.350.300.29
HSL351.56º30.48%58.82%-
HSV(B)351.56º35.16%71.37%-
XYZ29.624.4323.23-
YUV138.16121.7159.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 127 (50% from 255) = 29.74%
R=42.62%
G=27.63%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211812700.350.300.29351.5630.4858.82
HexB6767F0231E1D1601e3b
Octal26616617704336355403673
Binary10110110111011011111110100011111101110110110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6767F; }

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

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

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

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

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

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

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

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