#B06689

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

Shades of Tapestry #B06689

Tints of Tapestry #B06689

Color information

#B06689 (or 0xB06689) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 89. RGB value is (176,102,137). Sum of RGB (Red+Green+Blue) = 176+102+137=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B06689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06689 is #4F9976. Grayscale: #808080. Windows color (decimal): -5216631 or 9004720. OLE color: 9004720.

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

Color convert

RGB176102137-
CMYK00.420.220.31
HSL331.62º31.9%54.51%-
HSV(B)331.62º42.05%69.02%-
XYZ27.1720.5426.2-
YUV128.12133.02162.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=42.41%
G=24.58%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610213700.420.220.31331.6231.954.51
HexB0668902A161F14c2037
Octal26014621105226375144067
Binary1011000011001101000100101010101011011111101001100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06689; }

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

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

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

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

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

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

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

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