#B6758A

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

Shades of Tapestry #B6758A

Tints of Tapestry #B6758A

Color information

#B6758A (or 0xB6758A) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 8A. RGB value is (182,117,138). Sum of RGB (Red+Green+Blue) = 182+117+138=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758A is #498A75. Grayscale: #8A8A8A. Windows color (decimal): -4819574 or 9074102. OLE color: 9074102.

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

Color convert

RGB182117138-
CMYK00.360.240.29
HSL340.62º30.81%58.63%-
HSV(B)340.62º35.71%71.37%-
XYZ30.2424.527.18-
YUV138.83127.53158.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=41.65%
G=26.77%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211713800.360.240.29340.6230.8158.63
HexB6758A024181D1551f3b
Octal26616521204430355253773
Binary101101101110101100010100100100110001110110101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6758A; }

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

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

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

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

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

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

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

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