#B06177

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

Shades of Tapestry #B06177

Tints of Tapestry #B06177

Color information

#B06177 (or 0xB06177) is unknown color: approx Tapestry. HEX triplet: B0, 61 and 77. RGB value is (176,97,119). Sum of RGB (Red+Green+Blue) = 176+97+119=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06177 is #4F9E88. Grayscale: #7B7B7B. Windows color (decimal): -5217929 or 7823792. OLE color: 7823792.

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

Color convert

RGB17697119-
CMYK00.450.320.31
HSL343.29º33.33%53.53%-
HSV(B)343.29º44.89%69.02%-
XYZ25.5119.1119.8-
YUV123.13125.67165.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=44.90%
G=24.74%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769711900.450.320.31343.2933.3353.53
HexB0617702D201F1572136
Octal26014116705540375274166
Binary1011000011000011110111010110110000011111101010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06177; }

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

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

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

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

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

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

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

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