#B97B90

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

Shades of Tapestry #B97B90

Tints of Tapestry #B97B90

Color information

#B97B90 (or 0xB97B90) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 90. RGB value is (185,123,144). Sum of RGB (Red+Green+Blue) = 185+123+144=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B90 is #46846F. Grayscale: #8F8F8F. Windows color (decimal): -4621424 or 9468857. OLE color: 9468857.

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

Color convert

RGB185123144-
CMYK00.340.220.27
HSL339.68º30.69%60.39%-
HSV(B)339.68º33.51%72.55%-
XYZ32.1226.4929.81-
YUV143.93128.04157.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=40.93%
G=27.21%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512314400.340.220.27339.6830.6960.39
HexB97B90022161B1541f3c
Octal27117322004226335243774
Binary101110011111011100100000100010101101101110101010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B90; }

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

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

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

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

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

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

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

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