#BD6487

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

Shades of Tapestry #BD6487

Tints of Tapestry #BD6487

Color information

#BD6487 (or 0xBD6487) is unknown color: approx Tapestry. HEX triplet: BD, 64 and 87. RGB value is (189,100,135). Sum of RGB (Red+Green+Blue) = 189+100+135=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6487 is #429B78. Grayscale: #828282. Windows color (decimal): -4365177 or 8873149. OLE color: 8873149.

HSL color Cylindrical-coordinate representation of color #BD6487: hue angle of 336.4º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6487 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189100135-
CMYK00.470.290.26
HSL336.4º40.27%56.67%-
HSV(B)336.4º47.09%74.12%-
XYZ29.9221.6825.53-
YUV130.6130.49169.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=44.58%
G=23.58%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910013500.470.290.26336.440.2756.67
HexBD648702F1D1A1502839
Octal27514420705735325205071
Binary1011110111001001000011101011111110111010101010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6487; }

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

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

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

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

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

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

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

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