#BD788E

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

Shades of Tapestry #BD788E

Tints of Tapestry #BD788E

Color information

#BD788E (or 0xBD788E) is unknown color: approx Tapestry. HEX triplet: BD, 78 and 8E. RGB value is (189,120,142). Sum of RGB (Red+Green+Blue) = 189+120+142=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788E is #428771. Grayscale: #8F8F8F. Windows color (decimal): -4360050 or 9337021. OLE color: 9337021.

HSL color Cylindrical-coordinate representation of color #BD788E: hue angle of 340.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD788E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189120142-
CMYK00.370.250.26
HSL340.87º34.33%60.59%-
HSV(B)340.87º36.51%74.12%-
XYZ32.5926.228.93-
YUV143.14127.36160.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=41.91%
G=26.61%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912014200.370.250.26340.8734.3360.59
HexBD788E025191A155223d
Octal27517021604531325254275
Binary1011110111110001000111001001011100111010101010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD788E; }

 p { color: rgb(189,120,142); }

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

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

 a { background-color: rgb(189,120,142); }

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

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

 span { border-color: rgb(189,120,142); }

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