#B08390

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

Shades of Tapestry #B08390

Tints of Tapestry #B08390

Color information

#B08390 (or 0xB08390) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 90. RGB value is (176,131,144). Sum of RGB (Red+Green+Blue) = 176+131+144=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08390 is #4F7C6F. Grayscale: #919191. Windows color (decimal): -5209200 or 9470896. OLE color: 9470896.

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

Color convert

RGB176131144-
CMYK00.260.180.31
HSL342.67º22.17%60.2%-
HSV(B)342.67º25.57%69.02%-
XYZ31.0527.4830.05-
YUV145.94126.91149.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=39.02%
G=29.05%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613114400.260.180.31342.6722.1760.2
HexB0839001A121F157163c
Octal26020322003222375272674
Binary101100001000001110010000011010100101111110101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08390; }

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

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

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

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

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

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

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

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