#B0768F

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

Shades of Tapestry #B0768F

Tints of Tapestry #B0768F

Color information

#B0768F (or 0xB0768F) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 8F. RGB value is (176,118,143). Sum of RGB (Red+Green+Blue) = 176+118+143=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768F is #4F8970. Grayscale: #8A8A8A. Windows color (decimal): -5212529 or 9402032. OLE color: 9402032.

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

Color convert

RGB176118143-
CMYK00.330.190.31
HSL334.14º26.85%57.65%-
HSV(B)334.14º32.95%69.02%-
XYZ29.3424.1729.11-
YUV138.19130.72154.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=40.27%
G=27.00%
B=32.72%

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
Decimal17611814300.330.190.31334.1426.8557.65
HexB0768F021131F14e1b3a
Octal26016621704123375163372
Binary101100001110110100011110100001100111111110100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0768F; }

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

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

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

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

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

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

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

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