#B0828F

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

Shades of Tapestry #B0828F

Tints of Tapestry #B0828F

Color information

#B0828F (or 0xB0828F) is unknown color: approx Tapestry. HEX triplet: B0, 82 and 8F. RGB value is (176,130,143). Sum of RGB (Red+Green+Blue) = 176+130+143=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828F is #4F7D70. Grayscale: #919191. Windows color (decimal): -5209457 or 9405104. OLE color: 9405104.

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

Color convert

RGB176130143-
CMYK00.260.190.31
HSL343.04º22.55%60%-
HSV(B)343.04º26.14%69.02%-
XYZ30.8527.1829.61-
YUV145.24126.74149.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=39.20%
G=28.95%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613014300.260.190.31343.0422.5560
HexB0828F01A131F157173c
Octal26020221703223375272774
Binary101100001000001010001111011010100111111110101011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0828F; }

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

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

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

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

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

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

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

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