#B97B8F

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

Shades of Tapestry #B97B8F

Tints of Tapestry #B97B8F

Color information

#B97B8F (or 0xB97B8F) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 8F. RGB value is (185,123,143). Sum of RGB (Red+Green+Blue) = 185+123+143=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B8F is #468470. Grayscale: #8F8F8F. Windows color (decimal): -4621425 or 9403321. OLE color: 9403321.

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

Color convert

RGB185123143-
CMYK00.340.230.27
HSL340.65º30.69%60.39%-
HSV(B)340.65º33.51%72.55%-
XYZ32.0526.4629.41-
YUV143.82127.54157.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=41.02%
G=27.27%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512314300.340.230.27340.6530.6960.39
HexB97B8F022171B1551f3c
Octal27117321704227335253774
Binary101110011111011100011110100010101111101110101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B8F; }

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

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

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

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

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

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

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

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