#B06885

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

Shades of Tapestry #B06885

Tints of Tapestry #B06885

Color information

#B06885 (or 0xB06885) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 85. RGB value is (176,104,133). Sum of RGB (Red+Green+Blue) = 176+104+133=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B06885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06885 is #4F977A. Grayscale: #808080. Windows color (decimal): -5216123 or 8743088. OLE color: 8743088.

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

Color convert

RGB176104133-
CMYK00.410.240.31
HSL335.83º31.3%54.9%-
HSV(B)335.83º40.91%69.02%-
XYZ27.0920.8224.78-
YUV128.83130.35161.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=42.62%
G=25.18%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610413300.410.240.31335.8331.354.9
HexB06885029181F1501f37
Octal26015020505130375203767
Binary101100001101000100001010101001110001111110101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06885; }

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

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

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

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

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

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

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

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