#B0818F

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

Shades of Tapestry #B0818F

Tints of Tapestry #B0818F

Color information

#B0818F (or 0xB0818F) is unknown color: approx Tapestry. HEX triplet: B0, 81 and 8F. RGB value is (176,129,143). Sum of RGB (Red+Green+Blue) = 176+129+143=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818F is #4F7E70. Grayscale: #909090. Windows color (decimal): -5209713 or 9404848. OLE color: 9404848.

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

Color convert

RGB176129143-
CMYK00.270.190.31
HSL342.13º22.93%59.8%-
HSV(B)342.13º26.7%69.02%-
XYZ30.7126.9129.56-
YUV144.65127.07150.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=39.29%
G=28.79%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612914300.270.190.31342.1322.9359.8
HexB0818F01B131F156173c
Octal26020121703323375262774
Binary101100001000000110001111011011100111111110101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0818F; }

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

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

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

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

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

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

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

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