#B8778E

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

Shades of Tapestry #B8778E

Tints of Tapestry #B8778E

Color information

#B8778E (or 0xB8778E) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 8E. RGB value is (184,119,142). Sum of RGB (Red+Green+Blue) = 184+119+142=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8778E is #478871. Grayscale: #8D8D8D. Windows color (decimal): -4687986 or 9336760. OLE color: 9336760.

HSL color Cylindrical-coordinate representation of color #B8778E: hue angle of 338.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8778E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184119142-
CMYK00.350.230.28
HSL338.77º31.4%59.41%-
HSV(B)338.77º35.33%72.16%-
XYZ31.2525.3428.83-
YUV141.06128.53158.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=41.35%
G=26.74%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411914200.350.230.28338.7731.459.41
HexB8778E023171C1531f3b
Octal27016721604327345233773
Binary101110001110111100011100100011101111110010101001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8778E; }

 p { color: rgb(184,119,142); }

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

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

 a { background-color: rgb(184,119,142); }

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

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

 span { border-color: rgb(184,119,142); }

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