#B06984

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

Shades of Tapestry #B06984

Tints of Tapestry #B06984

Color information

#B06984 (or 0xB06984) is unknown color: approx Tapestry. HEX triplet: B0, 69 and 84. RGB value is (176,105,132). Sum of RGB (Red+Green+Blue) = 176+105+132=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B06984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06984 is #4F967B. Grayscale: #818181. Windows color (decimal): -5215868 or 8677808. OLE color: 8677808.

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

Color convert

RGB176105132-
CMYK00.400.250.31
HSL337.18º31%55.1%-
HSV(B)337.18º40.34%69.02%-
XYZ27.122124.45-
YUV129.31129.52161.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=42.62%
G=25.42%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610513200.400.250.31337.183155.1
HexB06984028191F1511f37
Octal26015120405031375213767
Binary101100001101001100001000101000110011111110101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06984; }

 p { color: rgb(176,105,132); }

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

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

 a { background-color: rgb(176,105,132); }

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

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

 span { border-color: rgb(176,105,132); }

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