#B97B95

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

Shades of Tapestry #B97B95

Tints of Tapestry #B97B95

Color information

#B97B95 (or 0xB97B95) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 95. RGB value is (185,123,149). Sum of RGB (Red+Green+Blue) = 185+123+149=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B95 is #46846A. Grayscale: #909090. Windows color (decimal): -4621419 or 9796537. OLE color: 9796537.

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

Color convert

RGB185123149-
CMYK00.340.190.27
HSL334.84º30.69%60.39%-
HSV(B)334.84º33.51%72.55%-
XYZ32.5226.6531.86-
YUV144.5130.54156.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=40.48%
G=26.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512314900.340.190.27334.8430.6960.39
HexB97B95022131B14f1f3c
Octal27117322504223335173774
Binary101110011111011100101010100010100111101110100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B95; }

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

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

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

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

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

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

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

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