#B0858A

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

Shades of Tapestry #B0858A

Tints of Tapestry #B0858A

Color information

#B0858A (or 0xB0858A) is unknown color: approx Tapestry. HEX triplet: B0, 85 and 8A. RGB value is (176,133,138). Sum of RGB (Red+Green+Blue) = 176+133+138=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0858A is #4F7A75. Grayscale: #929292. Windows color (decimal): -5208694 or 9078192. OLE color: 9078192.

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

Color convert

RGB176133138-
CMYK00.240.220.31
HSL353.02º21.39%60.59%-
HSV(B)353.02º24.43%69.02%-
XYZ30.8827.8427.79-
YUV146.43123.25149.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=39.37%
G=29.75%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613313800.240.220.31353.0221.3960.59
HexB0858A018161F161153d
Octal26020521203026375412575
Binary101100001000010110001010011000101101111110110000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0858A; }

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

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

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

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

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

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

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

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