#B06079

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

Shades of Tapestry #B06079

Tints of Tapestry #B06079

Color information

#B06079 (or 0xB06079) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 79. RGB value is (176,96,121). Sum of RGB (Red+Green+Blue) = 176+96+121=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06079 is #4F9F86. Grayscale: #7A7A7A. Windows color (decimal): -5218183 or 7954608. OLE color: 7954608.

HSL color Cylindrical-coordinate representation of color #B06079: hue angle of 341.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06079 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17696121-
CMYK00.450.310.31
HSL341.25º33.61%53.33%-
HSV(B)341.25º45.45%69.02%-
XYZ25.5418.9820.41-
YUV122.77127165.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=44.78%
G=24.43%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769612100.450.310.31341.2533.6153.33
HexB0607902D1F1F1552235
Octal26014017105537375254265
Binary101100001100000111100101011011111111111101010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06079; }

 p { color: rgb(176,96,121); }

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

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

 a { background-color: rgb(176,96,121); }

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

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

 span { border-color: rgb(176,96,121); }

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