#B9808C

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

Shades of Tapestry #B9808C

Tints of Tapestry #B9808C

Color information

#B9808C (or 0xB9808C) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 8C. RGB value is (185,128,140). Sum of RGB (Red+Green+Blue) = 185+128+140=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808C is #467F73. Grayscale: #929292. Windows color (decimal): -4620148 or 9207993. OLE color: 9207993.

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

Color convert

RGB185128140-
CMYK00.310.240.27
HSL347.37º28.93%61.37%-
HSV(B)347.37º30.81%72.55%-
XYZ32.4627.6528.44-
YUV146.41124.38155.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=40.84%
G=28.26%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512814000.310.240.27347.3728.9361.37
HexB9808C01F181B15b1d3d
Octal27120021403730335333575
Binary101110011000000010001100011111110001101110101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9808C; }

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

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

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

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

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

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

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

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