#B0768E

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

Shades of Tapestry #B0768E

Tints of Tapestry #B0768E

Color information

#B0768E (or 0xB0768E) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 8E. RGB value is (176,118,142). Sum of RGB (Red+Green+Blue) = 176+118+142=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768E is #4F8971. Grayscale: #8A8A8A. Windows color (decimal): -5212530 or 9336496. OLE color: 9336496.

HSL color Cylindrical-coordinate representation of color #B0768E: hue angle of 335.17º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0768E is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176118142-
CMYK00.330.190.31
HSL335.17º26.85%57.65%-
HSV(B)335.17º32.95%69.02%-
XYZ29.2724.1428.71-
YUV138.08130.22155.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=40.37%
G=27.06%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611814200.330.190.31335.1726.8557.65
HexB0768E021131F14f1b3a
Octal26016621604123375173372
Binary101100001110110100011100100001100111111110100111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0768E; }

 p { color: rgb(176,118,142); }

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

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

 a { background-color: rgb(176,118,142); }

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

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

 span { border-color: rgb(176,118,142); }

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