#B0858F

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

Shades of Tapestry #B0858F

Tints of Tapestry #B0858F

Color information

#B0858F (or 0xB0858F) is unknown color: approx Tapestry. HEX triplet: B0, 85 and 8F. RGB value is (176,133,143). Sum of RGB (Red+Green+Blue) = 176+133+143=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0858F is #4F7A70. Grayscale: #929292. Windows color (decimal): -5208689 or 9405872. OLE color: 9405872.

HSL color Cylindrical-coordinate representation of color #B0858F: hue angle of 346.05º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0858F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176133143-
CMYK00.240.190.31
HSL346.05º21.39%60.59%-
HSV(B)346.05º24.43%69.02%-
XYZ31.2527.9929.74-
YUV147125.75148.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=38.94%
G=29.42%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613314300.240.190.31346.0521.3960.59
HexB0858F018131F15a153d
Octal26020521703023375322575
Binary101100001000010110001111011000100111111110101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0858F; }

 p { color: rgb(176,133,143); }

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

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

 a { background-color: rgb(176,133,143); }

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

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

 span { border-color: rgb(176,133,143); }

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