#B08192

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

Shades of Tapestry #B08192

Tints of Tapestry #B08192

Color information

#B08192 (or 0xB08192) is unknown color: approx Tapestry. HEX triplet: B0, 81 and 92. RGB value is (176,129,146). Sum of RGB (Red+Green+Blue) = 176+129+146=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08192 is #4F7E6D. Grayscale: #909090. Windows color (decimal): -5209710 or 9601456. OLE color: 9601456.

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

Color convert

RGB176129146-
CMYK00.270.170.31
HSL338.3º22.93%59.8%-
HSV(B)338.3º26.7%69.02%-
XYZ30.9427.0130.78-
YUV144.99128.57150.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=39.02%
G=28.60%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612914600.270.170.31338.322.9359.8
HexB0819201B111F152173c
Octal26020122203321375222774
Binary101100001000000110010010011011100011111110101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08192; }

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

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

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

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

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

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

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

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