#B06889

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

Shades of Tapestry #B06889

Tints of Tapestry #B06889

Color information

#B06889 (or 0xB06889) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 89. RGB value is (176,104,137). Sum of RGB (Red+Green+Blue) = 176+104+137=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B06889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06889 is #4F9776. Grayscale: #818181. Windows color (decimal): -5216119 or 9005232. OLE color: 9005232.

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

Color convert

RGB176104137-
CMYK00.410.220.31
HSL332.5º31.3%54.9%-
HSV(B)332.5º40.91%69.02%-
XYZ27.3720.9426.27-
YUV129.29132.35161.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=42.21%
G=24.94%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610413700.410.220.31332.531.354.9
HexB06889029161F14c1f37
Octal26015021105126375143767
Binary101100001101000100010010101001101101111110100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06889; }

 p { color: rgb(176,104,137); }

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

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

 a { background-color: rgb(176,104,137); }

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

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

 span { border-color: rgb(176,104,137); }

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