#B8768E

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

Shades of Tapestry #B8768E

Tints of Tapestry #B8768E

Color information

#B8768E (or 0xB8768E) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 8E. RGB value is (184,118,142). Sum of RGB (Red+Green+Blue) = 184+118+142=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768E is #478971. Grayscale: #8C8C8C. Windows color (decimal): -4688242 or 9336504. OLE color: 9336504.

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

Color convert

RGB184118142-
CMYK00.360.230.28
HSL338.18º31.73%59.22%-
HSV(B)338.18º35.87%72.16%-
XYZ31.1325.128.8-
YUV140.47128.87159.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=41.44%
G=26.58%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411814200.360.230.28338.1831.7359.22
HexB8768E024171C152203b
Octal27016621604427345224073
Binary1011100011101101000111001001001011111100101010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8768E; }

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

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

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

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

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

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

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

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