#B97B8A

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

Shades of Tapestry #B97B8A

Tints of Tapestry #B97B8A

Color information

#B97B8A (or 0xB97B8A) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 8A. RGB value is (185,123,138). Sum of RGB (Red+Green+Blue) = 185+123+138=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B8A is #468475. Grayscale: #8F8F8F. Windows color (decimal): -4621430 or 9075641. OLE color: 9075641.

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

Color convert

RGB185123138-
CMYK00.340.250.27
HSL345.48º30.69%60.39%-
HSV(B)345.48º33.51%72.55%-
XYZ31.6826.3227.45-
YUV143.25125.04157.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=41.48%
G=27.58%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512313800.340.250.27345.4830.6960.39
HexB97B8A022191B1591f3c
Octal27117321204231335313774
Binary101110011111011100010100100010110011101110101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B8A; }

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

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

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

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

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

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

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

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