#B07680

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

Shades of Tapestry #B07680

Tints of Tapestry #B07680

Color information

#B07680 (or 0xB07680) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 80. RGB value is (176,118,128). Sum of RGB (Red+Green+Blue) = 176+118+128=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07680 is #4F897F. Grayscale: #888888. Windows color (decimal): -5212544 or 8418992. OLE color: 8418992.

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

Color convert

RGB176118128-
CMYK00.330.270.31
HSL349.66º26.85%57.65%-
HSV(B)349.66º32.95%69.02%-
XYZ28.2823.7523.51-
YUV136.48123.22156.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=41.71%
G=27.96%
B=30.33%

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
Decimal17611812800.330.270.31349.6626.8557.65
HexB076800211B1F15e1b3a
Octal26016620004133375363372
Binary101100001110110100000000100001110111111110101111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07680; }

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

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

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

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

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

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

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

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