#B0768B

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

Shades of Tapestry #B0768B

Tints of Tapestry #B0768B

Color information

#B0768B (or 0xB0768B) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 8B. RGB value is (176,118,139). Sum of RGB (Red+Green+Blue) = 176+118+139=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768B is #4F8974. Grayscale: #898989. Windows color (decimal): -5212533 or 9139888. OLE color: 9139888.

HSL color Cylindrical-coordinate representation of color #B0768B: hue angle of 338.28º 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 #B0768B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB176118139-
CMYK00.330.210.31
HSL338.28º26.85%57.65%-
HSV(B)338.28º32.95%69.02%-
XYZ29.0424.0527.54-
YUV137.74128.72155.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=40.65%
G=27.25%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611813900.330.210.31338.2826.8557.65
HexB0768B021151F1521b3a
Octal26016621304125375223372
Binary101100001110110100010110100001101011111110101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0768B; }

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

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

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

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

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

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

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

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