#B97994

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

Shades of Tapestry #B97994

Tints of Tapestry #B97994

Color information

#B97994 (or 0xB97994) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 94. RGB value is (185,121,148). Sum of RGB (Red+Green+Blue) = 185+121+148=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97994 is #46866B. Grayscale: #8F8F8F. Windows color (decimal): -4621932 or 9730489. OLE color: 9730489.

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

Color convert

RGB185121148-
CMYK00.350.200.27
HSL334.69º31.37%60%-
HSV(B)334.69º34.59%72.55%-
XYZ32.1926.1331.36-
YUV143.21130.7157.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=40.75%
G=26.65%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512114800.350.200.27334.6931.3760
HexB97994023141B14f1f3c
Octal27117122404324335173774
Binary101110011111001100101000100011101001101110100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97994; }

 p { color: rgb(185,121,148); }

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

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

 a { background-color: rgb(185,121,148); }

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

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

 span { border-color: rgb(185,121,148); }

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