#BD778E

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

Shades of Tapestry #BD778E

Tints of Tapestry #BD778E

Color information

#BD778E (or 0xBD778E) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 8E. RGB value is (189,119,142). Sum of RGB (Red+Green+Blue) = 189+119+142=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778E is #428871. Grayscale: #8E8E8E. Windows color (decimal): -4360306 or 9336765. OLE color: 9336765.

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

Color convert

RGB189119142-
CMYK00.370.250.26
HSL340.29º34.65%60.39%-
HSV(B)340.29º37.04%74.12%-
XYZ32.4725.9728.89-
YUV142.55127.69161.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=42%
G=26.44%
B=31.56%

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
Decimal18911914200.370.250.26340.2934.6560.39
HexBD778E025191A154233c
Octal27516721604531325244374
Binary1011110111101111000111001001011100111010101010100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD778E; }

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

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

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

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

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

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

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

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