#BD788F

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

Shades of Tapestry #BD788F

Tints of Tapestry #BD788F

Color information

#BD788F (or 0xBD788F) is unknown color: approx Tapestry. HEX triplet: BD, 78 and 8F. RGB value is (189,120,143). Sum of RGB (Red+Green+Blue) = 189+120+143=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD788F is #428770. Grayscale: #8F8F8F. Windows color (decimal): -4360049 or 9402557. OLE color: 9402557.

HSL color Cylindrical-coordinate representation of color #BD788F: hue angle of 340º 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 #BD788F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189120143-
CMYK00.370.240.26
HSL340º34.33%60.59%-
HSV(B)340º36.51%74.12%-
XYZ32.6626.2329.33-
YUV143.25127.86160.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=41.81%
G=26.55%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912014300.370.240.2634034.3360.59
HexBD788F025181A154223d
Octal27517021704530325244275
Binary1011110111110001000111101001011100011010101010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD788F; }

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

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

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

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

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

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

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

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