#BD778B

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

Shades of Tapestry #BD778B

Tints of Tapestry #BD778B

Color information

#BD778B (or 0xBD778B) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 8B. RGB value is (189,119,139). Sum of RGB (Red+Green+Blue) = 189+119+139=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778B is #428874. Grayscale: #8E8E8E. Windows color (decimal): -4360309 or 9140157. OLE color: 9140157.

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

Color convert

RGB189119139-
CMYK00.370.260.26
HSL342.86º34.65%60.39%-
HSV(B)342.86º37.04%74.12%-
XYZ32.2425.8827.72-
YUV142.21126.19161.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=42.28%
G=26.62%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911913900.370.260.26342.8634.6560.39
HexBD778B0251A1A157233c
Octal27516721304532325274374
Binary1011110111101111000101101001011101011010101010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD778B; }

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

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

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

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

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

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

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

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