#B4768E

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

Shades of Tapestry #B4768E

Tints of Tapestry #B4768E

Color information

#B4768E (or 0xB4768E) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 8E. RGB value is (180,118,142). Sum of RGB (Red+Green+Blue) = 180+118+142=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4768E is #4B8971. Grayscale: #8B8B8B. Windows color (decimal): -4950386 or 9336500. OLE color: 9336500.

HSL color Cylindrical-coordinate representation of color #B4768E: hue angle of 336.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4768E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB180118142-
CMYK00.340.210.29
HSL336.77º29.25%58.43%-
HSV(B)336.77º34.44%70.59%-
XYZ30.1824.6128.75-
YUV139.27129.54157.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=40.91%
G=26.82%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011814200.340.210.29336.7729.2558.43
HexB4768E022151D1511d3a
Octal26416621604225355213572
Binary101101001110110100011100100010101011110110101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4768E; }

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

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

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

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

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

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

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

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