#B06579

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

Shades of Tapestry #B06579

Tints of Tapestry #B06579

Color information

#B06579 (or 0xB06579) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 79. RGB value is (176,101,121). Sum of RGB (Red+Green+Blue) = 176+101+121=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06579 is #4F9A86. Grayscale: #7D7D7D. Windows color (decimal): -5216903 or 7955888. OLE color: 7955888.

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

Color convert

RGB176101121-
CMYK00.430.310.31
HSL344º32.19%54.31%-
HSV(B)344º42.61%69.02%-
XYZ26.0119.9220.56-
YUV125.7125.35163.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=44.22%
G=25.38%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610112100.430.310.3134432.1954.31
HexB0657902B1F1F1582036
Octal26014517105337375304066
Binary101100001100101111100101010111111111111101011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06579; }

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

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

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

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

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

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

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

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