#BD6580

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

Shades of Tapestry #BD6580

Tints of Tapestry #BD6580

Color information

#BD6580 (or 0xBD6580) is unknown color: approx Tapestry. HEX triplet: BD, 65 and 80. RGB value is (189,101,128). Sum of RGB (Red+Green+Blue) = 189+101+128=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6580 is #429A7F. Grayscale: #828282. Windows color (decimal): -4364928 or 8414653. OLE color: 8414653.

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

Color convert

RGB189101128-
CMYK00.470.320.26
HSL341.59º40%56.86%-
HSV(B)341.59º46.56%74.12%-
XYZ29.5421.6823.05-
YUV130.39126.65169.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=45.22%
G=24.16%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910112800.470.320.26341.594056.86
HexBD658002F201A1562839
Octal27514520005740325265071
Binary10111101110010110000000010111110000011010101010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6580; }

 p { color: rgb(189,101,128); }

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

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

 a { background-color: rgb(189,101,128); }

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

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

 span { border-color: rgb(189,101,128); }

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