#B06786

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

Shades of Tapestry #B06786

Tints of Tapestry #B06786

Color information

#B06786 (or 0xB06786) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 86. RGB value is (176,103,134). Sum of RGB (Red+Green+Blue) = 176+103+134=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B06786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06786 is #4F9879. Grayscale: #808080. Windows color (decimal): -5216378 or 8808368. OLE color: 8808368.

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

Color convert

RGB176103134-
CMYK00.410.240.31
HSL334.52º31.6%54.71%-
HSV(B)334.52º41.48%69.02%-
XYZ27.0620.6525.11-
YUV128.36131.18161.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=42.62%
G=24.94%
B=32.45%

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
Decimal17610313400.410.240.31334.5231.654.71
HexB06786029181F14f2037
Octal26014720605130375174067
Binary1011000011001111000011001010011100011111101001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06786; }

 p { color: rgb(176,103,134); }

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

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

 a { background-color: rgb(176,103,134); }

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

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

 span { border-color: rgb(176,103,134); }

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