#B08489

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

Shades of Tapestry #B08489

Tints of Tapestry #B08489

Color information

#B08489 (or 0xB08489) is unknown color: approx Tapestry. HEX triplet: B0, 84 and 89. RGB value is (176,132,137). Sum of RGB (Red+Green+Blue) = 176+132+137=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08489 is #4F7B76. Grayscale: #919191. Windows color (decimal): -5208951 or 9012400. OLE color: 9012400.

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

Color convert

RGB176132137-
CMYK00.250.220.31
HSL353.18º21.78%60.39%-
HSV(B)353.18º25%69.02%-
XYZ30.6727.5427.37-
YUV145.73123.08149.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=39.55%
G=29.66%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613213700.250.220.31353.1821.7860.39
HexB08489019161F161163c
Octal26020421103126375412674
Binary101100001000010010001001011001101101111110110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08489; }

 p { color: rgb(176,132,137); }

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

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

 a { background-color: rgb(176,132,137); }

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

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

 span { border-color: rgb(176,132,137); }

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