#BD7584

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

Shades of Tapestry #BD7584

Tints of Tapestry #BD7584

Color information

#BD7584 (or 0xBD7584) is unknown color: approx Tapestry. HEX triplet: BD, 75 and 84. RGB value is (189,117,132). Sum of RGB (Red+Green+Blue) = 189+117+132=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7584 is #428A7B. Grayscale: #8C8C8C. Windows color (decimal): -4360828 or 8680893. OLE color: 8680893.

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

Color convert

RGB189117132-
CMYK00.380.300.26
HSL347.5º35.29%60%-
HSV(B)347.5º38.1%74.12%-
XYZ31.5125.2125.03-
YUV140.24123.35162.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=43.15%
G=26.71%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911713200.380.300.26347.535.2960
HexBD75840261E1A15c233c
Octal27516520404636325344374
Binary1011110111101011000010001001101111011010101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7584; }

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

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

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

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

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

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

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

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