#B06179

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

Shades of Tapestry #B06179

Tints of Tapestry #B06179

Color information

#B06179 (or 0xB06179) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 79. RGB value is (176,97,121). Sum of RGB (Red+Green+Blue) = 176+97+121=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06179 is #4F9E86. Grayscale: #7B7B7B. Windows color (decimal): -5217927 or 7954864. OLE color: 7954864.

HSL color Cylindrical-coordinate representation of color #B06179: hue angle of 341.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06179 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17697121-
CMYK00.450.310.31
HSL341.77º33.33%53.53%-
HSV(B)341.77º44.89%69.02%-
XYZ25.6319.1620.44-
YUV123.36126.67165.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=44.67%
G=24.62%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769712100.450.310.31341.7733.3353.53
HexB0617902D1F1F1562136
Octal26014117105537375264166
Binary101100001100001111100101011011111111111101010110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06179; }

 p { color: rgb(176,97,121); }

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

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

 a { background-color: rgb(176,97,121); }

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

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

 span { border-color: rgb(176,97,121); }

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