#B97185

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

Shades of Tapestry #B97185

Tints of Tapestry #B97185

Color information

#B97185 (or 0xB97185) is unknown color: approx Tapestry. HEX triplet: B9, 71 and 85. RGB value is (185,113,133). Sum of RGB (Red+Green+Blue) = 185+113+133=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97185 is #468E7A. Grayscale: #888888. Windows color (decimal): -4623995 or 8745401. OLE color: 8745401.

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

Color convert

RGB185113133-
CMYK00.390.280.27
HSL343.33º33.96%58.43%-
HSV(B)343.33º38.92%72.55%-
XYZ30.1523.8225.2-
YUV136.81125.85162.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=42.92%
G=26.22%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511313300.390.280.27343.3333.9658.43
HexB971850271C1B157223a
Octal27116120504734335274272
Binary1011100111100011000010101001111110011011101010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97185; }

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

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

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

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

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

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

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

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