#B07681

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

Shades of Tapestry #B07681

Tints of Tapestry #B07681

Color information

#B07681 (or 0xB07681) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 81. RGB value is (176,118,129). Sum of RGB (Red+Green+Blue) = 176+118+129=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07681 is #4F897E. Grayscale: #888888. Windows color (decimal): -5212543 or 8484528. OLE color: 8484528.

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

Color convert

RGB176118129-
CMYK00.330.270.31
HSL348.62º26.85%57.65%-
HSV(B)348.62º32.95%69.02%-
XYZ28.3523.7723.86-
YUV136.6123.72156.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=41.61%
G=27.90%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611812900.330.270.31348.6226.8557.65
HexB076810211B1F15d1b3a
Octal26016620104133375353372
Binary101100001110110100000010100001110111111110101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07681; }

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

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

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

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

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

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

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

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