#B9798F

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

Shades of Tapestry #B9798F

Tints of Tapestry #B9798F

Color information

#B9798F (or 0xB9798F) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 8F. RGB value is (185,121,143). Sum of RGB (Red+Green+Blue) = 185+121+143=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9798F is #468670. Grayscale: #8E8E8E. Windows color (decimal): -4621937 or 9402809. OLE color: 9402809.

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

Color convert

RGB185121143-
CMYK00.350.230.27
HSL339.38º31.37%60%-
HSV(B)339.38º34.59%72.55%-
XYZ31.825.9729.32-
YUV142.64128.2158.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=41.20%
G=26.95%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512114300.350.230.27339.3831.3760
HexB9798F023171B1531f3c
Octal27117121704327335233774
Binary101110011111001100011110100011101111101110101001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9798F; }

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

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

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

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

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

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

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

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