#BD7589

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

Shades of Tapestry #BD7589

Tints of Tapestry #BD7589

Color information

#BD7589 (or 0xBD7589) is unknown color: approx Tapestry. HEX triplet: BD, 75 and 89. RGB value is (189,117,137). Sum of RGB (Red+Green+Blue) = 189+117+137=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7589 is #428A76. Grayscale: #8C8C8C. Windows color (decimal): -4360823 or 9008573. OLE color: 9008573.

HSL color Cylindrical-coordinate representation of color #BD7589: hue angle of 343.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7589 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189117137-
CMYK00.380.280.26
HSL343.33º35.29%60%-
HSV(B)343.33º38.1%74.12%-
XYZ31.8625.3526.88-
YUV140.81125.85162.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=42.66%
G=26.41%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911713700.380.280.26343.3335.2960
HexBD75890261C1A157233c
Octal27516521104634325274374
Binary1011110111101011000100101001101110011010101010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7589; }

 p { color: rgb(189,117,137); }

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

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

 a { background-color: rgb(189,117,137); }

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

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

 span { border-color: rgb(189,117,137); }

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