#B8768D

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

Shades of Tapestry #B8768D

Tints of Tapestry #B8768D

Color information

#B8768D (or 0xB8768D) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 8D. RGB value is (184,118,141). Sum of RGB (Red+Green+Blue) = 184+118+141=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768D is #478972. Grayscale: #8C8C8C. Windows color (decimal): -4688243 or 9270968. OLE color: 9270968.

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

Color convert

RGB184118141-
CMYK00.360.230.28
HSL339.09º31.73%59.22%-
HSV(B)339.09º35.87%72.16%-
XYZ31.0525.0728.4-
YUV140.36128.37159.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=41.53%
G=26.64%
B=31.83%

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
Decimal18411814100.360.230.28339.0931.7359.22
HexB8768D024171C153203b
Octal27016621504427345234073
Binary1011100011101101000110101001001011111100101010011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8768D; }

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

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

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

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

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

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

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

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