#BD778F

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

Shades of Tapestry #BD778F

Tints of Tapestry #BD778F

Color information

#BD778F (or 0xBD778F) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 8F. RGB value is (189,119,143). Sum of RGB (Red+Green+Blue) = 189+119+143=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778F is #428870. Grayscale: #8E8E8E. Windows color (decimal): -4360305 or 9402301. OLE color: 9402301.

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

Color convert

RGB189119143-
CMYK00.370.240.26
HSL339.43º34.65%60.39%-
HSV(B)339.43º37.04%74.12%-
XYZ32.542629.29-
YUV142.67128.19161.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=41.91%
G=26.39%
B=31.71%

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
Decimal18911914300.370.240.26339.4334.6560.39
HexBD778F025181A153233c
Octal27516721704530325234374
Binary1011110111101111000111101001011100011010101010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD778F; }

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

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

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

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

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

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

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

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