#B08392

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

Shades of Tapestry #B08392

Tints of Tapestry #B08392

Color information

#B08392 (or 0xB08392) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 92. RGB value is (176,131,146). Sum of RGB (Red+Green+Blue) = 176+131+146=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B08392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08392 is #4F7C6D. Grayscale: #929292. Windows color (decimal): -5209198 or 9601968. OLE color: 9601968.

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

Color convert

RGB176131146-
CMYK00.260.170.31
HSL340º22.17%60.2%-
HSV(B)340º25.57%69.02%-
XYZ31.2127.5430.86-
YUV146.16127.91149.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=38.85%
G=28.92%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613114600.260.170.3134022.1760.2
HexB0839201A111F154163c
Octal26020322203221375242674
Binary101100001000001110010010011010100011111110101010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08392; }

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

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

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

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

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

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

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

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