#B9808B

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

Shades of Tapestry #B9808B

Tints of Tapestry #B9808B

Color information

#B9808B (or 0xB9808B) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 8B. RGB value is (185,128,139). Sum of RGB (Red+Green+Blue) = 185+128+139=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9808B is #467F74. Grayscale: #929292. Windows color (decimal): -4620149 or 9142457. OLE color: 9142457.

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

Color convert

RGB185128139-
CMYK00.310.250.27
HSL348.42º28.93%61.37%-
HSV(B)348.42º30.81%72.55%-
XYZ32.3927.6228.05-
YUV146.3123.88155.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=40.93%
G=28.32%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512813900.310.250.27348.4228.9361.37
HexB9808B01F191B15c1d3d
Octal27120021303731335343575
Binary101110011000000010001011011111110011101110101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9808B; }

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

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

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

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

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

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

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

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