#B6768B

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

Shades of Tapestry #B6768B

Tints of Tapestry #B6768B

Color information

#B6768B (or 0xB6768B) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 8B. RGB value is (182,118,139). Sum of RGB (Red+Green+Blue) = 182+118+139=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6768B is #498974. Grayscale: #8B8B8B. Windows color (decimal): -4819317 or 9139894. OLE color: 9139894.

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

Color convert

RGB182118139-
CMYK00.350.240.29
HSL340.31º30.48%58.82%-
HSV(B)340.31º35.16%71.37%-
XYZ30.4324.7727.6-
YUV139.53127.7158.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=41.46%
G=26.88%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211813900.350.240.29340.3130.4858.82
HexB6768B023181D1541e3b
Octal26616621304330355243673
Binary101101101110110100010110100011110001110110101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6768B; }

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

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

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

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

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

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

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

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