#B08490

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

Shades of Tapestry #B08490

Tints of Tapestry #B08490

Color information

#B08490 (or 0xB08490) is unknown color: approx Tapestry. HEX triplet: B0, 84 and 90. RGB value is (176,132,144). Sum of RGB (Red+Green+Blue) = 176+132+144=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B08490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08490 is #4F7B6F. Grayscale: #929292. Windows color (decimal): -5208944 or 9471152. OLE color: 9471152.

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

Color convert

RGB176132144-
CMYK00.250.180.31
HSL343.64º21.78%60.39%-
HSV(B)343.64º25%69.02%-
XYZ31.1927.7530.1-
YUV146.52126.58149.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=38.94%
G=29.20%
B=31.86%

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
Decimal17613214400.250.180.31343.6421.7860.39
HexB08490019121F158163c
Octal26020422003122375302674
Binary101100001000010010010000011001100101111110101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08490; }

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

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

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

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

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

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

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

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