#B06884

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

Shades of Tapestry #B06884

Tints of Tapestry #B06884

Color information

#B06884 (or 0xB06884) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 84. RGB value is (176,104,132). Sum of RGB (Red+Green+Blue) = 176+104+132=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B06884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06884 is #4F977B. Grayscale: #808080. Windows color (decimal): -5216124 or 8677552. OLE color: 8677552.

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

Color convert

RGB176104132-
CMYK00.410.250.31
HSL336.67º31.3%54.9%-
HSV(B)336.67º40.91%69.02%-
XYZ27.0220.824.42-
YUV128.72129.85161.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=42.72%
G=25.24%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610413200.410.250.31336.6731.354.9
HexB06884029191F1511f37
Octal26015020405131375213767
Binary101100001101000100001000101001110011111110101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06884; }

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

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

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

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

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

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

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

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