#B97985

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

Shades of Tapestry #B97985

Tints of Tapestry #B97985

Color information

#B97985 (or 0xB97985) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 85. RGB value is (185,121,133). Sum of RGB (Red+Green+Blue) = 185+121+133=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B97985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97985 is #46867A. Grayscale: #8D8D8D. Windows color (decimal): -4621947 or 8747449. OLE color: 8747449.

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

Color convert

RGB185121133-
CMYK00.350.280.27
HSL348.75º31.37%60%-
HSV(B)348.75º34.59%72.55%-
XYZ31.0825.6825.51-
YUV141.5123.2159.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=42.14%
G=27.56%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512113300.350.280.27348.7531.3760
HexB979850231C1B15d1f3c
Octal27117120504334335353774
Binary101110011111001100001010100011111001101110101110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97985; }

 p { color: rgb(185,121,133); }

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

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

 a { background-color: rgb(185,121,133); }

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

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

 span { border-color: rgb(185,121,133); }

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