#BD6684

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

Shades of Tapestry #BD6684

Tints of Tapestry #BD6684

Color information

#BD6684 (or 0xBD6684) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 84. RGB value is (189,102,132). Sum of RGB (Red+Green+Blue) = 189+102+132=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6684 is #42997B. Grayscale: #838383. Windows color (decimal): -4364668 or 8677053. OLE color: 8677053.

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

Color convert

RGB189102132-
CMYK00.460.300.26
HSL339.31º39.73%57.06%-
HSV(B)339.31º46.03%74.12%-
XYZ29.921.9924.5-
YUV131.43128.32169.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=44.68%
G=24.11%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910213200.460.300.26339.3139.7357.06
HexBD668402E1E1A1532839
Octal27514620405636325235071
Binary1011110111001101000010001011101111011010101010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6684; }

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

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

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

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

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

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

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

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