#B6758C

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

Shades of Tapestry #B6758C

Tints of Tapestry #B6758C

Color information

#B6758C (or 0xB6758C) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 8C. RGB value is (182,117,140). Sum of RGB (Red+Green+Blue) = 182+117+140=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758C is #498A73. Grayscale: #8B8B8B. Windows color (decimal): -4819572 or 9205174. OLE color: 9205174.

HSL color Cylindrical-coordinate representation of color #B6758C: hue angle of 338.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 #B6758C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182117140-
CMYK00.360.230.29
HSL338.77º30.81%58.63%-
HSV(B)338.77º35.71%71.37%-
XYZ30.3924.5627.95-
YUV139.06128.53158.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=41.46%
G=26.65%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211714000.360.230.29338.7730.8158.63
HexB6758C024171D1531f3b
Octal26616521404427355233773
Binary101101101110101100011000100100101111110110101001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6758C; }

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

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

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

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

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

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

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

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