#B06A8A

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

Shades of Tapestry #B06A8A

Tints of Tapestry #B06A8A

Color information

#B06A8A (or 0xB06A8A) is unknown color: approx Tapestry. HEX triplet: B0, 6A and 8A. RGB value is (176,106,138). Sum of RGB (Red+Green+Blue) = 176+106+138=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A8A is #4F9575. Grayscale: #828282. Windows color (decimal): -5215606 or 9071280. OLE color: 9071280.

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

Color convert

RGB176106138-
CMYK00.400.220.31
HSL332.57º30.7%55.29%-
HSV(B)332.57º39.77%69.02%-
XYZ27.6521.3726.71-
YUV130.58132.19160.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=41.90%
G=25.24%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610613800.400.220.31332.5730.755.29
HexB06A8A028161F14d1f37
Octal26015221205026375153767
Binary101100001101010100010100101000101101111110100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A8A; }

 p { color: rgb(176,106,138); }

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

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

 a { background-color: rgb(176,106,138); }

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

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

 span { border-color: rgb(176,106,138); }

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