#B08491

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

Shades of Tapestry #B08491

Tints of Tapestry #B08491

Color information

#B08491 (or 0xB08491) is unknown color: approx Tapestry. HEX triplet: B0, 84 and 91. RGB value is (176,132,145). Sum of RGB (Red+Green+Blue) = 176+132+145=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B08491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08491 is #4F7B6E. Grayscale: #929292. Windows color (decimal): -5208943 or 9536688. OLE color: 9536688.

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

Color convert

RGB176132145-
CMYK00.250.180.31
HSL342.27º21.78%60.39%-
HSV(B)342.27º25%69.02%-
XYZ31.2727.7830.5-
YUV146.64127.08148.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=38.85%
G=29.14%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613214500.250.180.31342.2721.7860.39
HexB08491019121F156163c
Octal26020422103122375262674
Binary101100001000010010010001011001100101111110101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08491; }

 p { color: rgb(176,132,145); }

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

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

 a { background-color: rgb(176,132,145); }

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

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

 span { border-color: rgb(176,132,145); }

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