#BD778D

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

Shades of Tapestry #BD778D

Tints of Tapestry #BD778D

Color information

#BD778D (or 0xBD778D) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 8D. RGB value is (189,119,141). Sum of RGB (Red+Green+Blue) = 189+119+141=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778D is #428872. Grayscale: #8E8E8E. Windows color (decimal): -4360307 or 9271229. OLE color: 9271229.

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

Color convert

RGB189119141-
CMYK00.370.250.26
HSL341.14º34.65%60.39%-
HSV(B)341.14º37.04%74.12%-
XYZ32.3925.9428.5-
YUV142.44127.19161.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=42.09%
G=26.50%
B=31.40%

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
Decimal18911914100.370.250.26341.1434.6560.39
HexBD778D025191A155233c
Octal27516721504531325254374
Binary1011110111101111000110101001011100111010101010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD778D; }

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

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

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

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

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

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

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

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