#BD6686

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

Shades of Tapestry #BD6686

Tints of Tapestry #BD6686

Color information

#BD6686 (or 0xBD6686) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 86. RGB value is (189,102,134). Sum of RGB (Red+Green+Blue) = 189+102+134=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6686 is #429979. Grayscale: #838383. Windows color (decimal): -4364666 or 8808125. OLE color: 8808125.

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

Color convert

RGB189102134-
CMYK00.460.290.26
HSL337.93º39.73%57.06%-
HSV(B)337.93º46.03%74.12%-
XYZ30.0422.0425.23-
YUV131.66129.32168.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=44.47%
G=24%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910213400.460.290.26337.9339.7357.06
HexBD668602E1D1A1522839
Octal27514620605635325225071
Binary1011110111001101000011001011101110111010101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6686; }

 p { color: rgb(189,102,134); }

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

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

 a { background-color: rgb(189,102,134); }

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

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

 span { border-color: rgb(189,102,134); }

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