#B06C8E

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

Shades of Tapestry #B06C8E

Tints of Tapestry #B06C8E

Color information

#B06C8E (or 0xB06C8E) is unknown color: approx Tapestry. HEX triplet: B0, 6C and 8E. RGB value is (176,108,142). Sum of RGB (Red+Green+Blue) = 176+108+142=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8E is #4F9371. Grayscale: #848484. Windows color (decimal): -5215090 or 9333936. OLE color: 9333936.

HSL color Cylindrical-coordinate representation of color #B06C8E: hue angle of 330º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C8E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176108142-
CMYK00.390.190.31
HSL330º30.09%55.69%-
HSV(B)330º38.64%69.02%-
XYZ28.1521.9128.34-
YUV132.21133.53159.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=41.31%
G=25.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610814200.390.190.3133030.0955.69
HexB06C8E027131F14a1e38
Octal26015421604723375123670
Binary101100001101100100011100100111100111111110100101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C8E; }

 p { color: rgb(176,108,142); }

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

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

 a { background-color: rgb(176,108,142); }

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

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

 span { border-color: rgb(176,108,142); }

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