#B9808F

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

Shades of Tapestry #B9808F

Tints of Tapestry #B9808F

Color information

#B9808F (or 0xB9808F) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 8F. RGB value is (185,128,143). Sum of RGB (Red+Green+Blue) = 185+128+143=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808F is #467F70. Grayscale: #929292. Windows color (decimal): -4620145 or 9404601. OLE color: 9404601.

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

Color convert

RGB185128143-
CMYK00.310.230.27
HSL344.21º28.93%61.37%-
HSV(B)344.21º30.81%72.55%-
XYZ32.6827.7429.62-
YUV146.75125.88155.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=40.57%
G=28.07%
B=31.36%

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
Decimal18512814300.310.230.27344.2128.9361.37
HexB9808F01F171B1581d3d
Octal27120021703727335303575
Binary101110011000000010001111011111101111101110101100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9808F; }

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

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

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

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

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

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

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

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