#B08293

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

Shades of Tapestry #B08293

Tints of Tapestry #B08293

Color information

#B08293 (or 0xB08293) is unknown color: approx Tapestry. HEX triplet: B0, 82 and 93. RGB value is (176,130,147). Sum of RGB (Red+Green+Blue) = 176+130+147=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B08293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08293 is #4F7D6C. Grayscale: #919191. Windows color (decimal): -5209453 or 9667248. OLE color: 9667248.

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

Color convert

RGB176130147-
CMYK00.260.160.31
HSL337.83º22.55%60%-
HSV(B)337.83º26.14%69.02%-
XYZ31.1527.331.23-
YUV145.69128.74149.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=38.85%
G=28.70%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613014700.260.160.31337.8322.5560
HexB0829301A101F152173c
Octal26020222303220375222774
Binary101100001000001010010011011010100001111110101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08293; }

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

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

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

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

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

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

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

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