#BD6682

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

Shades of Tapestry #BD6682

Tints of Tapestry #BD6682

Color information

#BD6682 (or 0xBD6682) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 82. RGB value is (189,102,130). Sum of RGB (Red+Green+Blue) = 189+102+130=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6682 is #42997D. Grayscale: #838383. Windows color (decimal): -4364670 or 8545981. OLE color: 8545981.

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

Color convert

RGB189102130-
CMYK00.460.310.26
HSL340.69º39.73%57.06%-
HSV(B)340.69º46.03%74.12%-
XYZ29.7721.9323.78-
YUV131.2127.32169.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=44.89%
G=24.23%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910213000.460.310.26340.6939.7357.06
HexBD668202E1F1A1552839
Octal27514620205637325255071
Binary1011110111001101000001001011101111111010101010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6682; }

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

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

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

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

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

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

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

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