#B6757F

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

Shades of Tapestry #B6757F

Tints of Tapestry #B6757F

Color information

#B6757F (or 0xB6757F) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 7F. RGB value is (182,117,127). Sum of RGB (Red+Green+Blue) = 182+117+127=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6757F is #498A80. Grayscale: #898989. Windows color (decimal): -4819585 or 8353206. OLE color: 8353206.

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

Color convert

RGB182117127-
CMYK00.360.300.29
HSL350.77º30.81%58.63%-
HSV(B)350.77º35.71%71.37%-
XYZ29.4824.223.2-
YUV137.58122.03159.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 127 (50% from 255) = 29.81%
R=42.72%
G=27.46%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211712700.360.300.29350.7730.8158.63
HexB6757F0241E1D15f1f3b
Octal26616517704436355373773
Binary10110110111010111111110100100111101110110101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6757F; }

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

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

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

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

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

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

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

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