#B0818D

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

Shades of Tapestry #B0818D

Tints of Tapestry #B0818D

Color information

#B0818D (or 0xB0818D) is unknown color: approx Tapestry. HEX triplet: B0, 81 and 8D. RGB value is (176,129,141). Sum of RGB (Red+Green+Blue) = 176+129+141=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818D is #4F7E72. Grayscale: #909090. Windows color (decimal): -5209715 or 9273776. OLE color: 9273776.

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

Color convert

RGB176129141-
CMYK00.270.200.31
HSL344.68º22.93%59.8%-
HSV(B)344.68º26.7%69.02%-
XYZ30.5626.8528.77-
YUV144.42126.07150.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=39.46%
G=28.92%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612914100.270.200.31344.6822.9359.8
HexB0818D01B141F159173c
Octal26020121503324375312774
Binary101100001000000110001101011011101001111110101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0818D; }

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

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

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

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

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

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

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

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