#B9778B

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

Shades of Tapestry #B9778B

Tints of Tapestry #B9778B

Color information

#B9778B (or 0xB9778B) is unknown color: approx Tapestry. HEX triplet: B9, 77 and 8B. RGB value is (185,119,139). Sum of RGB (Red+Green+Blue) = 185+119+139=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9778B is #468874. Grayscale: #8D8D8D. Windows color (decimal): -4622453 or 9140153. OLE color: 9140153.

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

Color convert

RGB185119139-
CMYK00.360.250.27
HSL341.82º32.04%59.61%-
HSV(B)341.82º35.68%72.55%-
XYZ31.2625.3727.68-
YUV141.01126.87159.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=41.76%
G=26.86%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511913900.360.250.27341.8232.0459.61
HexB9778B024191B156203c
Octal27116721304431335264074
Binary1011100111101111000101101001001100111011101010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9778B; }

 p { color: rgb(185,119,139); }

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

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

 a { background-color: rgb(185,119,139); }

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

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

 span { border-color: rgb(185,119,139); }

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