#B97892

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

Shades of Tapestry #B97892

Tints of Tapestry #B97892

Color information

#B97892 (or 0xB97892) is unknown color: approx Tapestry. HEX triplet: B9, 78 and 92. RGB value is (185,120,146). Sum of RGB (Red+Green+Blue) = 185+120+146=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97892 is #46876D. Grayscale: #8E8E8E. Windows color (decimal): -4622190 or 9599161. OLE color: 9599161.

HSL color Cylindrical-coordinate representation of color #B97892: hue angle of 336º degrees, saturation: 0.32, 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 #B97892 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185120146-
CMYK00.350.210.27
HSL336º31.71%59.8%-
HSV(B)336º35.14%72.55%-
XYZ31.9125.8230.5-
YUV142.4130.03158.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=41.02%
G=26.61%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512014600.350.210.2733631.7159.8
HexB97892023151B150203c
Octal27117022204325335204074
Binary1011100111110001001001001000111010111011101010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97892; }

 p { color: rgb(185,120,146); }

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

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

 a { background-color: rgb(185,120,146); }

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

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

 span { border-color: rgb(185,120,146); }

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