#B9808E

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

Shades of Tapestry #B9808E

Tints of Tapestry #B9808E

Color information

#B9808E (or 0xB9808E) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 8E. RGB value is (185,128,142). Sum of RGB (Red+Green+Blue) = 185+128+142=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808E is #467F71. Grayscale: #929292. Windows color (decimal): -4620146 or 9339065. OLE color: 9339065.

HSL color Cylindrical-coordinate representation of color #B9808E: hue angle of 345.26º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9808E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185128142-
CMYK00.310.230.27
HSL345.26º28.93%61.37%-
HSV(B)345.26º30.81%72.55%-
XYZ32.6127.7129.22-
YUV146.64125.38155.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=40.66%
G=28.13%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512814200.310.230.27345.2628.9361.37
HexB9808E01F171B1591d3d
Octal27120021603727335313575
Binary101110011000000010001110011111101111101110101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9808E; }

 p { color: rgb(185,128,142); }

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

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

 a { background-color: rgb(185,128,142); }

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

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

 span { border-color: rgb(185,128,142); }

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