#BD778A

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

Shades of Tapestry #BD778A

Tints of Tapestry #BD778A

Color information

#BD778A (or 0xBD778A) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 8A. RGB value is (189,119,138). Sum of RGB (Red+Green+Blue) = 189+119+138=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778A is #428875. Grayscale: #8E8E8E. Windows color (decimal): -4360310 or 9074621. OLE color: 9074621.

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

Color convert

RGB189119138-
CMYK00.370.270.26
HSL343.71º34.65%60.39%-
HSV(B)343.71º37.04%74.12%-
XYZ32.1725.8527.34-
YUV142.1125.69161.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=42.38%
G=26.68%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911913800.370.270.26343.7134.6560.39
HexBD778A0251B1A158233c
Octal27516721204533325304374
Binary1011110111101111000101001001011101111010101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD778A; }

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

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

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

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

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

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

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

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