#BD7787

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

Shades of Tapestry #BD7787

Tints of Tapestry #BD7787

Color information

#BD7787 (or 0xBD7787) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 87. RGB value is (189,119,135). Sum of RGB (Red+Green+Blue) = 189+119+135=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7787 is #428878. Grayscale: #8D8D8D. Windows color (decimal): -4360313 or 8878013. OLE color: 8878013.

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

Color convert

RGB189119135-
CMYK00.370.290.26
HSL346.29º34.65%60.39%-
HSV(B)346.29º37.04%74.12%-
XYZ31.9625.7626.21-
YUV141.75124.19161.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=42.66%
G=26.86%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911913500.370.290.26346.2934.6560.39
HexBD77870251D1A15a233c
Octal27516720704535325324374
Binary1011110111101111000011101001011110111010101011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7787; }

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

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

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

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

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

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

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

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