#BD7489

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

Shades of Tapestry #BD7489

Tints of Tapestry #BD7489

Color information

#BD7489 (or 0xBD7489) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 89. RGB value is (189,116,137). Sum of RGB (Red+Green+Blue) = 189+116+137=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7489 is #428B76. Grayscale: #8C8C8C. Windows color (decimal): -4361079 or 9008317. OLE color: 9008317.

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

Color convert

RGB189116137-
CMYK00.390.280.26
HSL342.74º35.61%59.8%-
HSV(B)342.74º38.62%74.12%-
XYZ31.7525.1226.84-
YUV140.22126.18162.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=42.76%
G=26.24%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911613700.390.280.26342.7435.6159.8
HexBD74890271C1A157243c
Octal27516421104734325274474
Binary1011110111101001000100101001111110011010101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7489; }

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

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

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

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

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

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

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

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