#BD6588

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

Shades of Tapestry #BD6588

Tints of Tapestry #BD6588

Color information

#BD6588 (or 0xBD6588) is unknown color: approx Tapestry. HEX triplet: BD, 65 and 88. RGB value is (189,101,136). Sum of RGB (Red+Green+Blue) = 189+101+136=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6588 is #429A77. Grayscale: #838383. Windows color (decimal): -4364920 or 8938941. OLE color: 8938941.

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

Color convert

RGB189101136-
CMYK00.470.280.26
HSL336.14º40%56.86%-
HSV(B)336.14º46.56%74.12%-
XYZ30.0821.925.93-
YUV131.3130.65169.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=44.37%
G=23.71%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910113600.470.280.26336.144056.86
HexBD658802F1C1A1502839
Octal27514521005734325205071
Binary1011110111001011000100001011111110011010101010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6588; }

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

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

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

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

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

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

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

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